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 18511bf commit 23e3786Copy full SHA for 23e3786
tests/test_openapi.py
@@ -26,7 +26,6 @@ def test_no_edit_openapi_spec(source_api_server):
26
assert "oidcAuth" not in openapi.get("components", {}).get("securitySchemes", {})
27
28
29
-# @pytest.mark.skip(reason="This test is failing")
30
def test_oidc_in_openapi_spec(source_api: FastAPI, source_api_server: str):
31
"""
32
When OpenAPI spec endpoint is set, the proxied OpenAPI spec is augmented with oidc details.
0 commit comments