Skip to content

Commit 23e3786

Browse files
committed
Cleanup
1 parent 18511bf commit 23e3786

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
@@ -26,7 +26,6 @@ def test_no_edit_openapi_spec(source_api_server):
2626
assert "oidcAuth" not in openapi.get("components", {}).get("securitySchemes", {})
2727

2828

29-
# @pytest.mark.skip(reason="This test is failing")
3029
def test_oidc_in_openapi_spec(source_api: FastAPI, source_api_server: str):
3130
"""
3231
When OpenAPI spec endpoint is set, the proxied OpenAPI spec is augmented with oidc details.

0 commit comments

Comments
 (0)