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 ab6dc4e commit a3056bdCopy full SHA for a3056bd
tests/conftest.py
@@ -62,7 +62,7 @@ def minimal_swagger_config() -> SwaggerConfig:
62
63
64
@pytest.fixture
65
-def minimal_cors_config() -> SwaggerConfig:
+def minimal_cors_config() -> CorsConfig:
66
return CorsConfig(cors_allowed_origins=["*"])
67
68
0 commit comments