diff options
author | 2018-07-29 01:30:51 +0200 | |
---|---|---|
committer | 2018-07-29 01:30:51 +0200 | |
commit | 2844cee97010b881e05598d5a62520cdc5f37dee (patch) | |
tree | e514cc8cc1f940a039543b34e932c3768a71d4f8 /tests | |
parent | Support for embeds and attachments. (diff) |
Fixed broken test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_clean_logs.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_clean_logs.py b/tests/test_clean_logs.py index 4932b4b6..886a4c3a 100644 --- a/tests/test_clean_logs.py +++ b/tests/test_clean_logs.py @@ -30,9 +30,12 @@ class TestCleanLogAPI(SiteTest): "log_data": [ { "author": "something", + "user_id": "12345151", "role": "awful", "content": "testy", - "timestamp": "this way comes" + "timestamp": "this way comes", + "embeds": [{"fire":"nanny"}], + "attachments": ["<Attachment>"], } ] }) |