This commit is contained in:
gac-x05la
2025-04-16 12:42:24 +02:00
parent 38fe391654
commit 6dd03d24a0
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ from tomcat_bec.devices.gigafrost.std_daq_client import StdDaqClient, StdDaqErro
def client():
parent_device = mock.MagicMock()
_client = StdDaqClient(
parent=parent_device, ws_url="ws://localhost:5000", rest_url="http://localhost:5000"
parent=parent_device, ws_url="ws://localhost:5001", rest_url="http://localhost:5000"
)
yield _client
_client.shutdown()

View File

@@ -75,7 +75,7 @@ class aa1AxisDriveDataCollection(PSIDeviceBase, Device):
scan_info=None,
**kwargs,
):
# super() will call the mixin class
# Need to call super() to call the mixin class
super().__init__(
prefix=prefix,
name=name,