This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user