Skip to content

Commit

Permalink
fix test on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfman42 committed Jul 23, 2024
1 parent 2c7c3d1 commit 160bcb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ await container.StartAsync()
Assert.NotEqual(containerUdpPort, localMappedPort);

var message = Guid.NewGuid().ToString("D");
var response = CallUdpEchoServer(container.Hostname, localMappedPort, message);
var response = CallUdpEchoServer("127.0.0.1", localMappedPort, message);
Assert.Equal(message, response);
}

Expand Down

0 comments on commit 160bcb9

Please sign in to comment.