Commit 4ec0fc4f authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_subscription_request: Overwrite expected chinese org earlier on the test.

parent bf1882b6
Pipeline #13581 passed with stage
in 0 seconds
......@@ -25,12 +25,12 @@ from erp5.component.test.SlapOSTestCaseMixin import changeSkin
class TestSlapOSSubscriptionChineseScenarioMixin(TestSlapOSSubscriptionScenarioMixin):
def afterSetUp(self):
self.expected_slapos_organisation = self.expected_zh_slapos_organisation
TestSlapOSSubscriptionScenarioMixin.afterSetUp(self)
self.expected_price_currency = "currency_module/CNY"
self.normal_user = None
self.expected_notification_language = "zh"
self.login()
self.expected_slapos_organisation = self.expected_zh_slapos_organisation
@changeSkin('Hal')
def _requestSubscription(self, **kw):
......
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