Skip to content

Commit

Permalink
Bind to all interfaces when running the callback server
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 15, 2024
1 parent 3797c10 commit 9de69fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client_connectivity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestSigkillBeforeKeysUploadResponse(t *testing.T) {
w.WriteHeader(200)
})
srv := http.Server{
Addr: "127.0.0.1:6879",
Addr: ":6879",
Handler: mux,
}
defer srv.Close()
Expand Down

0 comments on commit 9de69fd

Please sign in to comment.