Update test_views_request.py

This commit is contained in:
zandercymatics 2024-11-07 12:56:10 -07:00
parent 14f861b81e
commit f5cc5a6349
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -3209,7 +3209,7 @@ class TestDomainRequestWizard(TestWithUser, WebTest):
# 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}")