mirror of https://github.com/zulip/zulip.git
demo orgs: Adjust additional hunks involves upgrade string.
Introduced during final editing of
5925ce16b1
.
This commit is contained in:
parent
d04385dd1f
commit
15977da6f8
|
@ -2336,7 +2336,7 @@ class StripeTest(StripeTestCase):
|
|||
self.login_user(user)
|
||||
|
||||
response = self.client_get("/billing/", follow=True)
|
||||
self.assert_in_success_response(["cannot be upgraded"], response)
|
||||
self.assert_in_success_response(["cannot be directly upgraded"], response)
|
||||
|
||||
def test_redirect_for_upgrade_page(self) -> None:
|
||||
user = self.example_user("iago")
|
||||
|
|
|
@ -18,8 +18,8 @@ ways:
|
|||
organization if you'd prefer to keep its history.
|
||||
* You do not need to choose a URL when creating a demo organization;
|
||||
one will be generated automatically for you.
|
||||
* A demo organization cannot be upgraded to Zulip Cloud Standard
|
||||
without first converting to a regular organization.
|
||||
* A demo organization cannot be directly upgraded to a paid Zulip
|
||||
Cloud plan without first converting to a regular organization.
|
||||
|
||||
Other than those limitations, they work exactly like a normal Zulip
|
||||
organization; you can invite additional users, connect the mobile
|
||||
|
|
Loading…
Reference in New Issue