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