From 759e4400d054c069ae6682567a9a4e71c5c8c0d8 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 28 Sep 2020 17:02:22 +0200 Subject: [PATCH] Cleanup --- tests/test_httpie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_httpie.py b/tests/test_httpie.py index ec8f0d9a..877d5c84 100644 --- a/tests/test_httpie.py +++ b/tests/test_httpie.py @@ -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"}}}'