Skip to content

Commit

Permalink
Merge pull request #1367 from /issues/1366-english-locale-test
Browse files Browse the repository at this point in the history
Fix #1366: testUpdateActivation_badRequest fails for a non-English locale
  • Loading branch information
banterCZ authored Mar 5, 2024
2 parents 8863190 + a018e5b commit e9c9213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public class RESTControllerAdvice {
}

/**
* Resolver for validation xception.
* Resolver for validation exception.
*
* @param ex Exception.
* @return Activation recovery error.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ powerauth.server.db.master.encryption.key=MTIzNDU2Nzg5MDEyMzQ1Ng==
#logging.level.org.hibernate.orm.jdbc.bind=trace

spring.liquibase.enabled=false

spring.web.locale=en

0 comments on commit e9c9213

Please sign in to comment.