Update tests/test_utils_opmsg.py
Run CI Tests / test (push) Successful in 1m15s

This commit is contained in:
2025-08-08 16:15:25 +02:00
parent 6bb01ac27b
commit 0b9a0ecc0c
+2 -1
View File
@@ -119,7 +119,7 @@ class TestOperationMessageStatus:
status.update("TOTALLY_INVALID_STATUS")
assert "not from allowed values" in str(exc.value)
'''
# -------- OperationMessageEntry --------
class TestOperationMessageEntry:
@pytest.fixture(params=range(N_MSG_HISTORY))
@@ -333,3 +333,4 @@ class TestMachineStatus:
assert beamline in r
assert "ACCESS" in r
assert "00:05:00" in r
'''