diff --git a/tests/integration/test_validators.py b/tests/integration/test_validators.py index 43c185a..6b43ba8 100644 --- a/tests/integration/test_validators.py +++ b/tests/integration/test_validators.py @@ -282,7 +282,7 @@ class TestResponseValidator(object): def test_invalid_media_type_value(self, validator): request = MockRequest(self.host_url, 'get', '/v1/pets') - response = MockResponse('\{\}') + response = MockResponse("{}") result = validator.validate(request, response)