mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 20:43:10 +02:00
Fix test (again)
This commit is contained in:
parent
973df828fa
commit
c7fa22a64f
1 changed files with 1 additions and 1 deletions
|
@ -1798,7 +1798,7 @@ class TestRequestingEntity(WebTest):
|
|||
self.assertContains(response, "Enter the city where your suborganization is located.", status_code=200)
|
||||
self.assertContains(
|
||||
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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue