Commit 3c7f1ef2 authored by Łukasz Nowak's avatar Łukasz Nowak

Test fix: follow (internal) API change.

sla_xml have to be passed always. As this test have to work on low level API
it is required to follow such API.
parent 966c7f4e
......@@ -1566,7 +1566,8 @@ class TestVifibSlapWebService(testVifibMixin):
software_type=requested_reference,
shared=False,
filter_kw={},
instance_xml=self.minimal_correct_xml)
instance_xml=self.minimal_correct_xml,
sla_xml=self.minimal_correct_xml)
finally:
Base.serialize = Base.serialize_call
......
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