core: fix tests for property mapping API

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-03-30 18:34:33 +02:00
parent 9c65fd814b
commit d1dd6b7a8f
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ class TestPropertyMappingAPI(APITestCase):
}, },
) )
self.assertJSONEqual( self.assertJSONEqual(
response.content.decode(), {"result": dumps({"foo": "bar"})} response.content.decode(), {"result": dumps({"foo": "bar"}), "successful": True}
) )