This commit is contained in:
Rachid Mrad 2024-05-31 13:24:56 -04:00
parent 021785911e
commit 39b52ed5b1
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

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(f"/domain/{expected_domain.id}", action_urls[i])
self.assertEqual( reverse("domain", kwargs={"pk": expected_domain.id}), action_urls[i])
# Check action_label
action_label_expected = (