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 5a02484 commit 9381138Copy full SHA for 9381138
1 file changed
tests/unit/templating/test_paths_finders.py
@@ -173,7 +173,10 @@ class BaseTestServerNotFound:
173
def servers(self):
174
return []
175
176
- @pytest.mark.xfail(reason="returns default server")
+ @pytest.mark.xfail(
177
+ reason="returns default server",
178
+ strict=True,
179
+ )
180
def test_raises(self, finder):
181
method = "get"
182
full_url = "http://petstore.swagger.io/resource"
0 commit comments