Private
Public Access
1
0

getting tests to pass

This commit is contained in:
2025-12-07 14:09:03 +01:00
parent 42fa0740a6
commit f91b41da36
8 changed files with 13 additions and 997 deletions

View File

@@ -880,8 +880,6 @@ class PermissionsViewTests(TestCase):
self.assertTrue(form.is_valid())
expected_url = reverse('paidplans_view')
response = self.c.post(url,form_data,follow=True)
# check that it does not redirect and status code is 200