Skip to content

Commit edea4aa

Browse files
committed
Rm unnecessary change
1 parent b1d72ce commit edea4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_openapi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ 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_endpoint=None,
1918
)
2019
client = TestClient(app)
2120
response = client.get("/api")

0 commit comments

Comments
 (0)