Skip to content

Commit 8ff0ae9

Browse files
authored
Merge pull request #1747 from jtobin/jt/authmailbox-test-flake
internal/test: don't use dns for mock servers
2 parents dd85d50 + 4aa5d22 commit 8ff0ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/test/grpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
var (
1919
// ListenAddrTemplate is the template for the address the mock server
2020
// listens on.
21-
ListenAddrTemplate = "localhost:%d"
21+
ListenAddrTemplate = "127.0.0.1:%d"
2222

2323
// StartupWaitTime is the time we wait for the server to start up.
2424
StartupWaitTime = 50 * time.Millisecond

0 commit comments

Comments
 (0)