diff options
author | 2019-10-25 19:19:03 +0200 | |
---|---|---|
committer | 2019-10-25 19:19:03 +0200 | |
commit | 56ec003f965f4340f5bdcede1a511df59370d4b6 (patch) | |
tree | 0c6062daeb7ba124bed6a99796e6382a2ba91738 /pydis_site/apps/api/tests | |
parent | Change OffensiveMessage.delete_date from datetime.date to datetime.datetime (diff) | |
parent | Merge pull request #294 from bsoyka/patch-1 (diff) |
Merge branch 'master' into #222-offensive-msg-autodeletion
Diffstat (limited to 'pydis_site/apps/api/tests')
-rw-r--r-- | pydis_site/apps/api/tests/test_models.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/apps/api/tests/test_models.py b/pydis_site/apps/api/tests/test_models.py index bce76942..b4a766d0 100644 --- a/pydis_site/apps/api/tests/test_models.py +++ b/pydis_site/apps/api/tests/test_models.py @@ -115,6 +115,10 @@ class StringDunderMethodTests(SimpleTestCase): discriminator=5, avatar_hash=None ), channel_id=555, + jump_url=( + 'https://discordapp.com/channels/' + '267624335836053506/291284109232308226/463087129459949587' + ), content="oh no", expiration=dt(5018, 11, 20, 15, 52, tzinfo=timezone.utc) ) |