Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 28, 2023
1 parent a8d874d commit 0d325c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_build_url(self):
self.assertEqual(ssl_url, "wss://sslhost:443/core")

def test_create_client(self):
self.assertEqual(self.client.client.url, "ws://0.0.0.0:8181/core")
self.assertEqual(self.client.client.url, "ws://127.0.0.1:8181/core")
self.assertIsInstance(self.client.emitter, ExecutorEventEmitter)

mock_emitter = Mock()
Expand Down

0 comments on commit 0d325c4

Please sign in to comment.