Skip to content

Commit 7a04943

Browse files
committed
Add automatic detection of ${docker.host}
Fix test
1 parent e65acef commit 7a04943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avaje-config/src/test/java/io/avaje/config/ConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void asProperties() {
126126
assertThat(System.getProperty("myapp.bar.barDouble")).isEqualTo("33.3");
127127

128128
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");
129-
assertThat(properties).hasSize(11);
129+
assertThat(properties).hasSize(12);
130130
}
131131

132132
@Test

0 commit comments

Comments
 (0)