Commit 02a0eaaf authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: (test) Ensure support request is indexed before tests the alarm.

parent 66c92e38
...@@ -1342,6 +1342,7 @@ portal_workflow.doActionFor(context, action='edit_action', comment='Visited by S ...@@ -1342,6 +1342,7 @@ portal_workflow.doActionFor(context, action='edit_action', comment='Visited by S
def test_alarm_update_support_request_state(self): def test_alarm_update_support_request_state(self):
support_request = self._makeSupportRequest() support_request = self._makeSupportRequest()
self.tic()
self._simulateSupportRequest_updateMonitoringState() self._simulateSupportRequest_updateMonitoringState()
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<key> <string>text_content_warning_message</string> </key> <key> <string>text_content_warning_message</string> </key>
<value> <value>
<tuple> <tuple>
<string>W:1315, 0: Cannot decode using encoding "ascii", unexpected byte at position 32 (invalid-encoded-data)</string> <string>W:1317, 0: Cannot decode using encoding "ascii", unexpected byte at position 32 (invalid-encoded-data)</string>
<string>W: 3, 0: Unused simulate imported from erp5.component.test.SlapOSTestCaseMixin (unused-import)</string> <string>W: 3, 0: Unused simulate imported from erp5.component.test.SlapOSTestCaseMixin (unused-import)</string>
</tuple> </tuple>
</value> </value>
......
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