change test server from localhost to 127.0.0.1

This commit is contained in:
Timothy Pogue 2022-09-15 19:40:45 -06:00
parent efaef68ad7
commit 1ad25095c1
1 changed files with 1 additions and 1 deletions

View File

@ -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