aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/tests
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-11-03 20:58:40 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2019-11-03 20:58:40 +0100
commit982571443adaeb33898f6cbc013ad2b4a7e90ab6 (patch)
tree9f97d83fd7089ef7551bd6c7c2fecef9d59822d6 /pydis_site/apps/api/tests
parentMake test less fragile and improve test name (diff)
parentMerge pull request #293 from python-discord/update-dependency-pinning (diff)
Merge branch 'master' into active-infractions-validation
Diffstat (limited to 'pydis_site/apps/api/tests')
-rw-r--r--pydis_site/apps/api/tests/test_models.py4
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)
)