Skip to content

Commit 9381138

Browse files
committed
Path finder returns default server
1 parent 5a02484 commit 9381138

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: tests/unit/templating/test_paths_finders.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ class BaseTestServerNotFound:
173173
def servers(self):
174174
return []
175175

176-
@pytest.mark.xfail(reason="returns default server")
176+
@pytest.mark.xfail(
177+
reason="returns default server",
178+
strict=True,
179+
)
177180
def test_raises(self, finder):
178181
method = "get"
179182
full_url = "http://petstore.swagger.io/resource"

0 commit comments

Comments
 (0)