diff --git a/test/security/test_connect_authenticated.jl b/test/security/test_connect_authenticated.jl index 28599f6..340be84 100644 --- a/test/security/test_connect_authenticated.jl +++ b/test/security/test_connect_authenticated.jl @@ -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