mirror of https://github.com/zulip/zulip.git
test_stripe: Fix broken test in previous commit.
This commit is contained in:
parent
763b3c27d6
commit
0cd68b895c
|
@ -1502,7 +1502,7 @@ class StripeTest(StripeTestCase):
|
||||||
"request_message": "Running into this weird issue.",
|
"request_message": "Running into this weird issue.",
|
||||||
}
|
}
|
||||||
result = self.client_post("/support/", data)
|
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
|
from django.core.mail import outbox
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue