test_stripe: Fix broken test in previous commit.

This commit is contained in:
Tim Abbott 2021-10-01 17:37:27 -07:00
parent 763b3c27d6
commit 0cd68b895c
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,7 @@ class StripeTest(StripeTestCase):
"request_message": "Running into this weird issue.",
}
result = self.client_post("/support/", data)
self.assert_in_success_response(["Thanks for getting in touch with us!"], result)
self.assert_in_success_response(["Thanks for contacting us!"], result)
from django.core.mail import outbox