Skip to content

Commit a3056bd

Browse files
committed
Fix mypy issue
1 parent ab6dc4e commit a3056bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def minimal_swagger_config() -> SwaggerConfig:
6262

6363

6464
@pytest.fixture
65-
def minimal_cors_config() -> SwaggerConfig:
65+
def minimal_cors_config() -> CorsConfig:
6666
return CorsConfig(cors_allowed_origins=["*"])
6767

6868

0 commit comments

Comments
 (0)