From 420dfd27171071b080ca973d5839f0c9afe26b79 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Fri, 8 Aug 2025 14:33:18 +0200 Subject: [PATCH] Update tests/test_utils_opmsg.py --- tests/test_utils_opmsg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_opmsg.py b/tests/test_utils_opmsg.py index b77151ccf..a0c529c5f 100644 --- a/tests/test_utils_opmsg.py +++ b/tests/test_utils_opmsg.py @@ -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)