diff --git a/self_registration/tests.py b/self_registration/tests.py index af1693b5c38eaf21a8c16dea9db60e7ae2668c8b..4eb245da97d37e4428521d1b88de74d0acf4cbca 100644 --- a/self_registration/tests.py +++ b/self_registration/tests.py @@ -62,9 +62,9 @@ class TestSelfRegistrationDeleteView(TestCase): SelfRegisteredSubject, confirmed=False ) - url = '/delete/{}'.format(subject.verification_token) + url = '/delete/{}/'.format(subject.verification_token) response = self.client.get(url) - self.assertEqual(response.status_code, 301) + self.assertEqual(response.status_code, 200) def test_deletion(self): subject = baker.make(