1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

fix flake8 failure

This commit is contained in:
Kevin McCarthy
2016-10-02 12:08:02 -10:00
parent a8f1a65d62
commit 8274b660c6

View File

@@ -132,6 +132,7 @@ def test_serialize_binary_request():
except (UnicodeDecodeError, TypeError) as exc: except (UnicodeDecodeError, TypeError) as exc:
assert msg in str(exc) assert msg in str(exc)
def test_deserialize_no_body_string(): def test_deserialize_no_body_string():
data = {'body': {'string': None}} data = {'body': {'string': None}}
output = compat.convert_to_bytes(data) output = compat.convert_to_bytes(data)