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