Skip to content

Commit

Permalink
Update core/src/test/java/com/linecorp/armeria/internal/common/Scheme…
Browse files Browse the repository at this point in the history
…AndAuthorityTest.java
  • Loading branch information
ikhoon authored Aug 8, 2024
1 parent e6199ed commit e9787cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void fromAuthority(String authority, String expectedAuthority, String expectedHo
"foo?bar=1", // Authority with query
"foo#bar", // Authority with fragment
"[192.168.0.1]", // Bracketed IPv4
"[::1", "::1]", // Incomplete IPv6 with scope
"[::1", "::1]", // Incomplete IPv6
"[::1%eth0", "::1%eth0]", // Incomplete IPv6 with scope
"[::1]%eth0", // Invalid IPv6 scope
"unix:foo.sock" // Invalid domain socket
Expand Down

0 comments on commit e9787cb

Please sign in to comment.