aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-06-28 13:17:39 +0100
committerGravatar Chris Lovering <[email protected]>2022-06-28 13:17:39 +0100
commitac5bb147f5dc6b80c20c4c9abd5cc1fb7ac4abfa (patch)
tree0748f7bdbebb7b815716a5a3b72271faab55c5bb /tests
parentIgnore auto_moderation_action messages when applying anti-spam rules (diff)
Use new application format for message data in test helper
Diffstat (limited to 'tests')
-rw-r--r--tests/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index 5f3111616..17214553c 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -432,7 +432,7 @@ message_data = {
'webhook_id': 431341013479718912,
'attachments': [],
'embeds': [],
- 'application': 'Python Discord',
+ 'application': {"id": 4, "description": "A Python Bot", "name": "Python Discord", "icon": None},
'activity': 'mocking',
'channel': unittest.mock.MagicMock(),
'edited_timestamp': '2019-10-14T15:33:48+00:00',