diff --git a/backend/src/test/resources/application.properties b/backend/src/test/resources/application.properties index f41cda1cf..c1282018d 100644 --- a/backend/src/test/resources/application.properties +++ b/backend/src/test/resources/application.properties @@ -16,6 +16,8 @@ app.upload.check-type=true app.upload.max-size=1048576 app.jwt.secret=TestSecret +app.jwt.reason-secret=TestReasonSecret +app.jwt.reset-secret=TestResetSecret app.jwt.expiration=3600000 # Default publish mode for tests