From 1ad25095c18cc44cdacc95ce9a9f5b0152285b0e Mon Sep 17 00:00:00 2001 From: Timothy Pogue Date: Thu, 15 Sep 2022 19:40:45 -0600 Subject: [PATCH] change test server from localhost to 127.0.0.1 --- tests/rpc/test_rpc_emc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rpc/test_rpc_emc.py b/tests/rpc/test_rpc_emc.py index 83276aabe..9aca88b4a 100644 --- a/tests/rpc/test_rpc_emc.py +++ b/tests/rpc/test_rpc_emc.py @@ -17,7 +17,7 @@ from tests.conftest import log_has, log_has_re, log_has_when _TEST_WS_TOKEN = "secret_Ws_t0ken" -_TEST_WS_HOST = "localhost" +_TEST_WS_HOST = "127.0.0.1" _TEST_WS_PORT = 9989