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 59ed440 commit 244713cCopy full SHA for 244713c
tests/test_openapi.py
@@ -15,6 +15,7 @@ def test_no_openapi_spec_endpoint(source_api_server: str):
15
app = app_factory(
16
upstream_url=source_api_server,
17
openapi_spec_endpoint=None,
18
+ swagger_ui_url=None,
19
)
20
client = TestClient(app)
21
response = client.get("/api")
0 commit comments