From 891f430976b9f69e0842ccb723787c04581411d9 Mon Sep 17 00:00:00 2001 From: Haris Sahovic Date: Thu, 30 May 2024 01:23:47 +0200 Subject: [PATCH] Fix unit test --- unit_tests/ps_client/test_ps_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/ps_client/test_ps_client.py b/unit_tests/ps_client/test_ps_client.py index 3373541ba..28a64a21e 100644 --- a/unit_tests/ps_client/test_ps_client.py +++ b/unit_tests/ps_client/test_ps_client.py @@ -11,7 +11,7 @@ account_configuration = AccountConfiguration("username", "password") requests_tuple = namedtuple("requests_tuple", ["text"]) -server_configuration = ServerConfiguration("server.url", "auth.url") +server_configuration = ServerConfiguration("ws://server.url/showdown/websocket", "auth.url") def test_init_and_properties():