Skip to content

Commit

Permalink
127.0.0.1 insted of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Oct 17, 2024
1 parent f6a38ca commit 88dc183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/security/test_connect_authenticated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function run()
@test_throws ErrorException Rembus.connect()

# connect without sending any packet
sock = Sockets.connect("localhost", 8001)
sock = Sockets.connect("127.0.0.1", 8001)
close(sock)
end

Expand Down

0 comments on commit 88dc183

Please sign in to comment.