Commit 3a07e706 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: Include chinese organisation

   Those properties is whenever we want to use different defaults for chinese and non-chinese organisations. Usually, due wechat/payzen payments.
parent ad9d6f50
...@@ -94,6 +94,7 @@ class SlapOSTestCaseMixin(testSlapOSMixin): ...@@ -94,6 +94,7 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
# Expected organisation when generate invoices, tickets, etc... # Expected organisation when generate invoices, tickets, etc...
expected_slapos_organisation = "organisation_module/slapos" expected_slapos_organisation = "organisation_module/slapos"
expected_zh_slapos_organisation = "organisation_module/slapos"
def afterSetUp(self): def afterSetUp(self):
testSlapOSMixin.afterSetUp(self) testSlapOSMixin.afterSetUp(self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment