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

Fixup assertions.

parent add65e9f
......@@ -1155,11 +1155,11 @@ class TestSlapOSSlapToolInstanceAccess(TestSlapOSSlapToolMixin):
response.headers.get('cache-control'))
self.assertInstanceRequestSimulator((), {
'instance_xml': "<?xml version='1.0' encoding='utf-8'?>\n<instance/>\n",
'software_title': '<marshal><bool>1</bool></marshal>',
'software_title': 'req_reference',
'software_release': 'req_release',
'state': 'started',
'sla_xml': "<?xml version='1.0' encoding='utf-8'?>\n<instance/>\n",
'software_type': 'req_reference',
'software_type': 'req_type',
'shared': False})
finally:
if os.path.exists(self.instance_request_simulator):
......
133
\ No newline at end of file
134
\ No newline at end of file
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