Skip to content

Commit

Permalink
Update ConfigStoreTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
aklish committed Dec 2, 2021
1 parent 54cdcb9 commit 6919c75
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public static class ConfigFile {

@BeforeAll
public static void initialize(@TempDir Path testDirectory) {
System.out.println("Test DIrectory: " + testDirectory.toString());
System.setProperty("elide.dynamic-config.path", testDirectory.toFile().getAbsolutePath());
TimeZone.setDefault(TimeZone.getTimeZone("UTC"));
RestAssured.enableLoggingOfRequestAndResponseIfValidationFails();
Expand Down

0 comments on commit 6919c75

Please sign in to comment.