We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d24ee2 commit 481f3f3Copy full SHA for 481f3f3
example/src/test/java/eu/webeid/example/config/YAMLConfigTest.java
@@ -16,7 +16,7 @@ class YAMLConfigTest {
16
"http://localhost:8080",
17
"http://127.0.0.1",
18
"http://127.0.0.1:8080",
19
- "http://::1",
+ "http://[::1]",
20
"http://[::1]:8080"
21
})
22
@ParameterizedTest
@@ -31,7 +31,7 @@ void givenLocalOriginHttpLoopbackAddress_whenParsingLocalOrigin_thenItIsReplaced
31
"https://localhost:8080",
32
"https://127.0.0.1",
33
"https://127.0.0.1:8080",
34
- "https://::1",
+ "https://[::1]",
35
"https://[::1]:8080",
36
37
0 commit comments