mirror of
https://github.com/correl/openapi-core.git
synced 2025-01-01 11:03:19 +00:00
test validaotr escape sequence fix
This commit is contained in:
parent
2be6cd2776
commit
dccb93bbfe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue