aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/tests
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-10-28 14:04:30 +0100
committerGravatar GitHub <[email protected]>2019-10-28 14:04:30 +0100
commitdd05b86aef2dc1d2aefc71bd42e121028d888465 (patch)
tree5d5399d7df16562556146184aae04d2541b251e8 /pydis_site/apps/api/tests
parentUpdate dependency pinning (diff)
parentMerge pull request #301 from python-discord/new-rules (diff)
Merge branch 'master' into update-dependency-pinning
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)
)