Skip to content

Commit 244713c

Browse files
committed
Fix test
1 parent 59ed440 commit 244713c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_openapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def test_no_openapi_spec_endpoint(source_api_server: str):
1515
app = app_factory(
1616
upstream_url=source_api_server,
1717
openapi_spec_endpoint=None,
18+
swagger_ui_url=None,
1819
)
1920
client = TestClient(app)
2021
response = client.get("/api")

0 commit comments

Comments
 (0)