Commit db3084b4 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_cloud: Update test to follow up security restrictions

The Owner is not assignee anymore, only the destination_section of the hosting subscription.
parent 44385c2a
...@@ -2749,6 +2749,7 @@ class TestSlapOSCoreSlapOSCloudInteractionWorkflow(SlapOSTestCaseMixin): ...@@ -2749,6 +2749,7 @@ class TestSlapOSCoreSlapOSCloudInteractionWorkflow(SlapOSTestCaseMixin):
sla_xml=self.generateSafeXml(), sla_xml=self.generateSafeXml(),
shared=True, shared=True,
) )
self.commit()
instance.requestStop(**request_kw) instance.requestStop(**request_kw)
self.assertEqual(instance.getValidationState(), 'draft') self.assertEqual(instance.getValidationState(), 'draft')
instance.validate() instance.validate()
......
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