tests(sim): update async_update metadata structure in test_async_mon_send_data_to_bec
This commit is contained in:
parent
63eff57ec4
commit
7430e3d874
@ -703,7 +703,7 @@ def test_async_mon_send_data_to_bec(async_monitor):
|
|||||||
async_monitor._send_data_to_bec()
|
async_monitor._send_data_to_bec()
|
||||||
dev_msg = messages.DeviceMessage(
|
dev_msg = messages.DeviceMessage(
|
||||||
signals={async_monitor.readback.name: async_monitor.data_buffer},
|
signals={async_monitor.readback.name: async_monitor.data_buffer},
|
||||||
metadata={"async_update": async_monitor.async_update.get()},
|
metadata={"async_update": {"type": "add", "max_shape": [None]}},
|
||||||
)
|
)
|
||||||
|
|
||||||
call = [
|
call = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user