Commit 23dac070 authored by Łukasz Nowak's avatar Łukasz Nowak

Simulator shall be empty, as nothing can be called.

parent b4fad07f
...@@ -645,7 +645,7 @@ class TestInstancePOSTbang(VifibSlaposRestAPIV1BangMixin): ...@@ -645,7 +645,7 @@ class TestInstancePOSTbang(VifibSlaposRestAPIV1BangMixin):
self.prepareResponse() self.prepareResponse()
self.assertBasicResponse() self.assertBasicResponse()
self.assertResponseCode(404) self.assertResponseCode(404)
self.assertInstanceBangSimulator((), kwargs) self.assertInstanceBangSimulatorEmpty()
def test_other_one(self): def test_other_one(self):
raise NotImplementedError raise NotImplementedError
......
23 24
\ No newline at end of file \ 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