This commit is contained in:
Rachid Mrad 2024-05-31 13:37:56 -04:00
parent 90c467b9f8
commit 2f84f66144
No known key found for this signature in database

View file

@ -76,7 +76,7 @@ class GetDomainsJsonTest(TestWithUser, WebTest):
self.assertEqual(expected_domain.state_display(), state_displays[i])
self.assertEqual(expected_domain.get_state_help_text(), get_state_help_texts[i])
self.assertEqual( reverse("domain", kwargs={"pk": expected_domain.id}), action_urls[i])
self.assertEqual(reverse("domain", kwargs={"pk": expected_domain.id}), action_urls[i])
# Check action_label
action_label_expected = (