1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00
This commit is contained in:
Shubhendra Singh Chauhan
2020-12-21 16:33:25 +05:30
committed by GitHub
parent 2409077a6d
commit 9883a46575
6 changed files with 3 additions and 13 deletions

View File

@@ -5,7 +5,6 @@ from urllib.request import urlopen
import pytest
import mock
import requests
from requests.structures import CaseInsensitiveDict
from httpie.downloads import (

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": "first", "2": "second"}}}'
'{"order": {"map": {"1": "first", "2": "second"}}}'