diff options
| author | 2022-07-03 20:46:50 +0400 | |
|---|---|---|
| committer | 2022-07-03 20:46:50 +0400 | |
| commit | 54715c4ce9a4a686ef59124d494f7949ab6feadd (patch) | |
| tree | 8fed262dd0ba73fb5c77ae1a2b05b4a497585451 /tests | |
| parent | document eval command accepting multiple codeblocks (diff) | |
| parent | Merge pull request #2196 from python-discord/always-prepend-guild-name-to-gui... (diff) | |
Merge branch 'main' into timeit_setup_help
Diffstat (limited to '')
| -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', | 
