aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-29 01:30:51 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-29 01:30:51 +0200
commit2844cee97010b881e05598d5a62520cdc5f37dee (patch)
treee514cc8cc1f940a039543b34e932c3768a71d4f8
parentSupport for embeds and attachments. (diff)
Fixed broken test
-rw-r--r--tests/test_clean_logs.py5
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>"],
}
]
})