core: fix tests for property mapping API
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
9c65fd814b
commit
d1dd6b7a8f
|
@ -29,5 +29,5 @@ class TestPropertyMappingAPI(APITestCase):
|
|||
},
|
||||
)
|
||||
self.assertJSONEqual(
|
||||
response.content.decode(), {"result": dumps({"foo": "bar"})}
|
||||
response.content.decode(), {"result": dumps({"foo": "bar"}), "successful": True}
|
||||
)
|
||||
|
|
Reference in New Issue