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

Check json response body.

parent ee076aa4
...@@ -216,3 +216,7 @@ class TestVifibSlaposRestAPIV1(ERP5TypeTestCase): ...@@ -216,3 +216,7 @@ class TestVifibSlaposRestAPIV1(ERP5TypeTestCase):
self.assertResponseCode(202) self.assertResponseCode(202)
self.assertResponseJson() self.assertResponseJson()
self.assertSimulator((), kwargs) self.assertSimulator((), kwargs)
self.assertEqual({
"status": "processing",
},
self.json_response)
2 3
\ 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