Skip to content

Commit 27b969b

Browse files
authored
Fix broken tests on non-english setup (#569)
1 parent 678ff47 commit 27b969b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@
282282
<groupId>org.apache.maven.plugins</groupId>
283283
<artifactId>maven-surefire-plugin</artifactId>
284284
<version>2.22.2</version>
285+
<configuration>
286+
<argLine>-Duser.language=en -Duser.region=GB</argLine>
287+
</configuration>
285288
</plugin>
286289
<!-- JACOCO added for code coverage -->
287290
<plugin>

0 commit comments

Comments
 (0)