plans: Make usable in the development environment for testing.

This commit is contained in:
Tim Abbott
2019-07-22 17:33:45 -07:00
parent 8c55e27d1e
commit 47d80977ac
4 changed files with 18 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ from zerver.lib.test_classes import (
ZulipTestCase,
)
from zerver.lib.test_runner import slow
from zerver.models import Realm
class get_form_value:
@@ -177,6 +178,7 @@ class TemplateTestCase(ZulipTestCase):
"login_time": "9:33am NewYork, NewYork",
},
api_uri_context={},
realm_plan_type=Realm.LIMITED,
cloud_annual_price=80,
seat_count=8,
request=RequestFactory().get("/"),