Skip to content

Commit

Permalink
KEYCLOAK-19246 Always use locale en-US when executing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Philipp Negoescu authored and pedroigor committed Sep 20, 2021
1 parent 28e220f commit d562bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
<argLine>-Djava.awt.headless=true ${surefire.memory.settings}</argLine>
<argLine>-Djava.awt.headless=true ${surefire.memory.settings} -Duser.language=en -Duser.region=US</argLine>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
Expand Down

0 comments on commit d562bea

Please sign in to comment.