Skip to content

Commit

Permalink
test: 127.0.0.2 resolved to fv-az1210-542 on github runner
Browse files Browse the repository at this point in the history
lets try 127.0.0.0. For this test I need something, what has no reverse resolve.
  • Loading branch information
dsh2dsh committed May 14, 2024
1 parent b42a307 commit a2c76bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wg/dump_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ func TestLookupAddr(t *testing.T) {
},
{
name: "no such host",
peer: "127.0.0.2",
expected: "127.0.0.2",
peer: "127.0.0.0",
expected: "127.0.0.0",
},
{
name: "unrecognized address",
Expand Down

0 comments on commit a2c76bc

Please sign in to comment.