mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
fix test after merge
This commit is contained in:
parent
82e1fd45c0
commit
3a7ece3717
1 changed files with 2 additions and 2 deletions
|
@ -320,5 +320,5 @@ class FormTests(TestWithUser, WebTest):
|
||||||
# following this redirect is a GET request, so include the cookie
|
# following this redirect is a GET request, so include the cookie
|
||||||
# here too.
|
# here too.
|
||||||
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
self.app.set_cookie(settings.SESSION_COOKIE_NAME, session_id)
|
||||||
next_result = result.follow()
|
final_result = review_result.follow()
|
||||||
self.assertContains(next_result, "Thank you for your domain request")
|
self.assertContains(final_result, "Thank you for your domain request")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue