Update tests/test_utils_elog.py
Run CI Tests / test (push) Successful in 1m43s

This commit is contained in:
2025-08-11 13:16:48 +02:00
parent f407b02090
commit 794111a21b
+1 -1
View File
@@ -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