Skip to content

Commit

Permalink
fix: local test
Browse files Browse the repository at this point in the history
  • Loading branch information
crgisch committed Sep 9, 2024
1 parent 7480381 commit 00b30e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func TestBuild(t *testing.T) {
func setupServer(t *testing.T, bs pb.BuildServer) string {
t.Helper()

l, err := net.Listen("tcp", "127.0.0.1:0")
l, err := net.Listen("tcp", ":0")
require.NoError(t, err)

s := grpc.NewServer()
Expand Down

0 comments on commit 00b30e5

Please sign in to comment.