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

This commit is contained in:
2025-08-09 00:53:01 +02:00
parent c1be268be4
commit bf3ac9aea6
+2 -2
View File
@@ -63,7 +63,7 @@ def ioc_up():
time.sleep(1.0) # give CA some time to announce PVs
yield
'''
# -------- OperationMessageStatus --------
class TestOperationMessageStatus:
@pytest.fixture
@@ -110,7 +110,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))