mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
@@ -1272,13 +1272,6 @@ class TestCaseInsensitiveDict(unittest.TestCase):
|
||||
cid['changed'] = True
|
||||
assert cid != cid_copy
|
||||
|
||||
def test_repr(self):
|
||||
cid = CaseInsensitiveDict({
|
||||
'Accept': 'application/json',
|
||||
'user-Agent': 'requests',
|
||||
})
|
||||
assert repr(cid) == "{'Accept': 'application/json', 'user-Agent': 'requests'}"
|
||||
|
||||
|
||||
class UtilsTestCase(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user