From f407b02090f7190d049465ec453d36219c0ed03e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 11 Aug 2025 13:14:13 +0200 Subject: [PATCH] Update tests/test_utils_elog.py --- tests/test_utils_elog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_elog.py b/tests/test_utils_elog.py index c414cc0c..51a3d65d 100644 --- a/tests/test_utils_elog.py +++ b/tests/test_utils_elog.py @@ -120,7 +120,7 @@ def test_post(): text = "This is a message" author = "robot" - elog.post(text, Author=author) + elog.post(text, attributes = {Author=author}) url = "http://localhost:8080/demo" html = requests.get(url).text