Skip to content

Commit

Permalink
Update test_views_request.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Nov 7, 2024
1 parent 14f861b commit f5cc5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/tests/test_views_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -3209,7 +3209,7 @@ def test_wizard_steps_portfolio(self):
# We shouldn't show the "domains" and "domain requests" buttons
# on this page.
self.assertNotContains(detail_page, "Domains")
self.assertNotContains(detail_page, "Domain requests")
self.assertNotContains(detail_page, "<span>Domain requests")
else:
self.fail(f"Expected a redirect, but got a different response: {response}")

Expand Down

0 comments on commit f5cc5a6

Please sign in to comment.