Skip to content

Commit

Permalink
refactor: refactor test to cater for DNS name as host
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Nov 27, 2024
1 parent 46db173 commit 92fe147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/remoting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func TestRemoteTell(t *testing.T) {
// generate the remoting port
nodePorts := dynaport.Get(1)
remotingPort := nodePorts[0]
host := "0.0.0.0"
host := "localhost"

// create the actor system
sys, err := NewActorSystem(
Expand Down

0 comments on commit 92fe147

Please sign in to comment.