Skip to content

Commit

Permalink
force ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Feb 28, 2024
1 parent 1d7a4f6 commit e6a30f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/e2e/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ func NewTemporalClient(t *testing.T) client.Client {
))

tc, err := client.Dial(client.Options{
HostPort: "localhost:7233",
HostPort: "127.0.0.1:7233",
Logger: logger,
})
if err != nil {
Expand Down

0 comments on commit e6a30f2

Please sign in to comment.