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

Override beforeTearDown.

One provided by super class is overbloated.
parent 809297e4
......@@ -81,6 +81,9 @@ class VifibSlaposRestAPIV1MixinBase(TestVifibSlapWebServiceMixin):
'Content-Type': 'application/json',
})
def beforeTearDown(self):
pass
def prepareResponse(self):
self.response = self.connection.getresponse()
self.response_data = self.response.read()
......
57
\ No newline at end of file
58
\ 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