We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01b09e commit 65510b5Copy full SHA for 65510b5
tests/test_parser/test_openapi.py
@@ -278,11 +278,11 @@ def test__add_responses_error(self, mocker):
278
)
279
assert response.errors == [
280
ParseError(
281
- detail=f"Cannot parse response for status code 200, response will be ommitted from generated client",
+ detail=f"Cannot parse response for status code 200, response will be omitted from generated client",
282
data=parse_error.data,
283
),
284
285
- detail=f"Cannot parse response for status code 404, response will be ommitted from generated client",
+ detail=f"Cannot parse response for status code 404, response will be omitted from generated client",
286
287
288
]
0 commit comments