diff options
author | 2019-10-25 15:42:15 +0200 | |
---|---|---|
committer | 2019-10-25 15:42:15 +0200 | |
commit | 157708369efe3075a2fd77001a8aaae83e4fd9b1 (patch) | |
tree | 67edf974d749a8198f79e6a8975390d220caabfe /pydis_site/apps/api/tests | |
parent | Merge pull request #297 from python-discord/constant-debug-secret-key (diff) | |
parent | Merge branch 'master' into bot#466-reminder-jump_url (diff) |
Merge pull request #288 from python-discord/bot#466-reminder-jump_url
Add a jump_url field to the reminder model
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) ) |