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

This commit is contained in:
2025-08-08 14:33:18 +02:00
parent 8dbb4e466e
commit 420dfd2717
+1 -1
View File
@@ -39,7 +39,7 @@ def ioc():
"STATUS-DATE": str,
**{f"OP-DATE{i}": str for i in range(N_MSG_HISTORY)},
**{f"OP-MSG{i}": str for i in range(N_MSG_HISTORY)},
"OP-MSG-TMP": str,
**{"OP-MSG-TMP": ""},
}
mor.host(**pvdb)