From 794111a21bc9ef93baa3e69904ab3deead73506a Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 11 Aug 2025 13:16:48 +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 51a3d65de..53b78ab5c 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, attributes = {Author=author}) + elog.post(text, attributes = {"Author": author}) url = "http://localhost:8080/demo" html = requests.get(url).text