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

This commit is contained in:
2025-08-11 13:14:13 +02:00
parent 43289b45ea
commit f407b02090
+1 -1
View File
@@ -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