Skip to content

Commit 137b2a8

Browse files
Update test_mk_v3.py
1 parent cd4bb25 commit 137b2a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_mk_v3.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def test_swagger2_raises_not_supported():
5858
Swagger 2.0 specs should raise a clear ValueError instead of silently
5959
producing empty output.
6060
"""
61-
with pytest.raises(ValueError, match="Swagger 2.0 specifications are not supported"):
61+
with pytest.raises(
62+
ValueError, match="Swagger 2.0 specifications are not supported"
63+
):
6264
OpenAPIV3DocumentationHandler({"swagger": "2.0", "info": {}, "paths": {}})
6365

6466

0 commit comments

Comments
 (0)