mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
Change reverse url on test
This commit is contained in:
parent
8f1ac68710
commit
cfff3322bc
2 changed files with 5 additions and 5 deletions
|
@ -3157,7 +3157,7 @@ class TestDomainRequestWizard(TestWithUser, WebTest):
|
|||
self.assertContains(detail_page, "usa-current", count=1)
|
||||
|
||||
# We default to the requesting entity page
|
||||
expected_url = reverse("domain-request:requesting_entity")
|
||||
expected_url = reverse("domain-request:portfolio_requesting_entity")
|
||||
# This returns the entire url, thus "in"
|
||||
self.assertIn(expected_url, detail_page.request.url)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue