From ac5bb147f5dc6b80c20c4c9abd5cc1fb7ac4abfa Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 28 Jun 2022 13:17:39 +0100 Subject: Use new application format for message data in test helper --- tests/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/helpers.py') 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', -- cgit v1.2.3