Skip to content

Commit

Permalink
Add automatic detection of ${docker.host}
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
rob-bygrave committed Nov 29, 2023
1 parent e65acef commit 7a04943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avaje-config/src/test/java/io/avaje/config/ConfigTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void asProperties() {
assertThat(System.getProperty("myapp.bar.barDouble")).isEqualTo("33.3");

assertThat(properties).containsKeys("config.load.systemProperties", "config.watch.enabled", "myExternalLoader", "myapp.activateFoo", "myapp.bar.barDouble", "myapp.bar.barRules", "myapp.fooHome", "myapp.fooName", "system.excluded.properties");
assertThat(properties).hasSize(11);
assertThat(properties).hasSize(12);
}

@Test
Expand Down

0 comments on commit 7a04943

Please sign in to comment.