aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pydis_site/apps/api/tests/test_reminders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/tests/test_reminders.py b/pydis_site/apps/api/tests/test_reminders.py
index d79dbffc..97742544 100644
--- a/pydis_site/apps/api/tests/test_reminders.py
+++ b/pydis_site/apps/api/tests/test_reminders.py
@@ -90,7 +90,7 @@ class ReminderDeletionTests(APISubdomainTestCase):
cls.reminder = Reminder.objects.create(
author=cls.author,
content="Don't forget to set yourself a reminder",
- expiration= datetime.utcnow().isoformat(),
+ expiration=datetime.utcnow().isoformat(),
jump_url="https://www.decliningmentalfaculties.com",
channel_id=123
)