mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-17 01:19:26 +01:00
updates test
This commit is contained in:
@@ -168,7 +168,7 @@ def test_client_id(
|
||||
) -> None:
|
||||
pydase.Client(url="ws://localhost:9999")
|
||||
|
||||
assert "Client [id=pydase_client] connected" in caplog.text
|
||||
assert "Client [sid=" in caplog.text
|
||||
caplog.clear()
|
||||
|
||||
pydase.Client(url="ws://localhost:9999", client_id="my_service")
|
||||
|
||||
Reference in New Issue
Block a user