mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-03 20:30:40 +02:00
fixes client test
This commit is contained in:
parent
42357d7901
commit
1ac08bf97d
@ -45,7 +45,7 @@ def pydase_client() -> Generator[pydase.Client, None, Any]:
|
||||
thread = threading.Thread(target=server.run, daemon=True)
|
||||
thread.start()
|
||||
|
||||
client = pydase.Client(hostname="localhost", port=9999)
|
||||
client = pydase.Client(url="ws://localhost:9999")
|
||||
|
||||
yield client
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user