mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
cleanup
This commit is contained in:
parent
c8797e77dd
commit
d8fd49fa10
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ class TestPortfolio(WebTest):
|
|||
|
||||
self.portfolio.organization_name = "Hotel California"
|
||||
self.portfolio.save()
|
||||
page = self.app.get(reverse("portfolio-organization"))
|
||||
page = self.app.get(reverse("organization"))
|
||||
# Once in the sidenav, once in the main nav
|
||||
self.assertContains(page, "Hotel California", count=2)
|
||||
self.assertContains(page, "Non-Federal Agency")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue