diff options
| -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>"],                  }              ]          }) | 
