[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed May 29, 2024
1 parent 1482730 commit 891f430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/ps_client/test_ps_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 891f430

Please sign in to comment.