diff options
| author | dbairaktaris1 <dbairaktaris1@luc.edu> | 2018-01-03 23:40:08 -0600 |
|---|---|---|
| committer | dbairaktaris1 <dbairaktaris1@luc.edu> | 2018-01-03 23:40:08 -0600 |
| commit | 071796d83f1bfb79793170945fdb4f623a1f344a (patch) | |
| tree | 5a627d067a8a80213bffb30a2edaea1b1aae314c /tests/test_utils.py | |
| parent | 1988d9cf72c3a3a6da87968e04ad57fb32df01cb (diff) | |
| download | python-requests-071796d83f1bfb79793170945fdb4f623a1f344a.tar.gz | |
implement changes after code review
Diffstat (limited to 'tests/test_utils.py')
| -rw-r--r-- | tests/test_utils.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index e734b8f8..f89d15aa 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -473,14 +473,6 @@ def test_parse_dict_header(value, expected): @pytest.mark.parametrize( 'value, expected', ( ( - None, - None - ), -( - '', - None - ), - ( 'application/xml', ('application/xml', dict()) ), |
