mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-25 18:43:49 +02:00
cleanup
This commit is contained in:
parent
021785911e
commit
39b52ed5b1
2 changed files with 4 additions and 3 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue