This commit is contained in:
Jakub Roztocil 2020-09-28 17:02:22 +02:00
parent 8cb1af7376
commit 759e4400d0

View File

@ -182,4 +182,4 @@ def test_json_input_preserve_order(httpbin_both):
'order:={"map":{"1":"first","2":"second"}}')
assert HTTP_OK in r
assert r.json['data'] == \
'{"order": {"map": {"1":Clean "first", "2": "second"}}}'
'{"order": {"map": {"1": "first", "2": "second"}}}'