diff options
author | 2022-06-28 13:17:39 +0100 | |
---|---|---|
committer | 2022-06-28 13:17:39 +0100 | |
commit | ac5bb147f5dc6b80c20c4c9abd5cc1fb7ac4abfa (patch) | |
tree | 0748f7bdbebb7b815716a5a3b72271faab55c5bb /tests/helpers.py | |
parent | Ignore auto_moderation_action messages when applying anti-spam rules (diff) |
Use new application format for message data in test helper
Diffstat (limited to 'tests/helpers.py')
-rw-r--r-- | tests/helpers.py | 2 |
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', |