Skip to content

Commit dccb93b

Browse files
committed
test validaotr escape sequence fix
1 parent 2be6cd2 commit dccb93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def test_missing_body(self, validator):
282282

283283
def test_invalid_media_type_value(self, validator):
284284
request = MockRequest(self.host_url, 'get', '/v1/pets')
285-
response = MockResponse('\{\}')
285+
response = MockResponse("{}")
286286

287287
result = validator.validate(request, response)
288288

0 commit comments

Comments
 (0)