Commit f706f971 authored by Łukasz Nowak's avatar Łukasz Nowak

Set correct default.

Because of wrong reset to defaults, a lot of tests were assuming wrong message.
parent fa2f91c6
......@@ -367,7 +367,7 @@ class TestERP5Credential(ERP5TypeTestCase):
role_list=['internal'],
)
portal_status_message = sequence.get("portal_status_message",
"Credential%20Request%20Created.")
"Thanks%20for%20your%20registration.%20You%20will%20be%20receive%20an%20email%20to%20activate%20your%20account.")
self.assertTrue('portal_status_message=%s' % portal_status_message in result, result)
credential_request_module = self.portal.getDefaultModule('Credential Request')
......
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