fix test after merge

This commit is contained in:
Neil Martinsen-Burrell 2022-11-22 12:42:06 -06:00
parent 82e1fd45c0
commit 3a7ece3717
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -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")