aboutsummaryrefslogtreecommitdiffstats
path: root/app_test.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-10 22:42:33 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-10 22:42:33 +0100
commit33824fdf627546cbfa50c0e3c267377a7c9cb9c1 (patch)
treec7812225982a7f08de851cf119ac0e3759c6d9b1 /app_test.py
parentAllow contribs to edit wiki pages (diff)
parentoops, forgot to update the test (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'app_test.py')
-rw-r--r--app_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app_test.py b/app_test.py
index 5bb84945..c72c16a1 100644
--- a/app_test.py
+++ b/app_test.py
@@ -104,9 +104,9 @@ class RootEndpoint(SiteTest):
response = self.client.get(DISCORD_OAUTH_AUTHORIZED)
self.assertEqual(response.status_code, 302)
- def test_datadog_redirect(self):
- """ Check datadog path redirects """
- response = self.client.get('/datadog')
+ def test_stats_redirect(self):
+ """ Check stats path redirects """
+ response = self.client.get('/stats')
self.assertEqual(response.status_code, 302)
def test_500_easter_egg(self):