diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_clean_logs.py | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test_clean_logs.py b/tests/test_clean_logs.py index 210306c0..4932b4b6 100644 --- a/tests/test_clean_logs.py +++ b/tests/test_clean_logs.py @@ -29,8 +29,9 @@ class TestCleanLogAPI(SiteTest):          good_data = json.dumps({              "log_data": [                  { -                    "author":    "something", -                    "content":   "testy", +                    "author": "something", +                    "role": "awful", +                    "content": "testy",                      "timestamp": "this way comes"                  }              ]  |