Commit 79da7357 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix test.

parent 3d9ef273
......@@ -1118,7 +1118,7 @@ class TestInstanceGETlist(VifibSlaposRestAPIV1InstanceMixin):
self.assertResponseCode(200)
self.assertResponseJson()
self.assertEqual({
"list": ['/'.join([self.api_url,
"list": ['/'.join([self.api_url, 'instance',
self.software_instance.getRelativeUrl()])]
},
self.json_response)
......
50
\ No newline at end of file
51
\ 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