Fix test (again)

This commit is contained in:
zandercymatics 2024-11-13 10:55:39 -07:00
parent 973df828fa
commit c7fa22a64f
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -1798,7 +1798,7 @@ class TestRequestingEntity(WebTest):
self.assertContains(response, "Enter the city where your suborganization is located.", status_code=200) self.assertContains(response, "Enter the city where your suborganization is located.", status_code=200)
self.assertContains( self.assertContains(
response, response,
"Select the state, territory, or military post where your suborganization is located", "Select the state, territory, or military post where your suborganization is located.",
status_code=200, status_code=200,
) )