johnson-earls
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
docs_src/metadata/tutorial001_1_py39.py
-
tests/test_tutorial/test_metadata/test_tutorial001_1.py
|
|
|
@ -28,7 +28,7 @@ app = FastAPI( |
|
|
|
}, |
|
|
|
license_info={ |
|
|
|
"name": "Apache 2.0", |
|
|
|
"identifier": "MIT", |
|
|
|
"identifier": "Apache-2.0", |
|
|
|
}, |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
@ -28,7 +28,7 @@ def test_openapi_schema(): |
|
|
|
}, |
|
|
|
"license": { |
|
|
|
"name": "Apache 2.0", |
|
|
|
"identifier": "MIT", |
|
|
|
"identifier": "Apache-2.0", |
|
|
|
}, |
|
|
|
"version": "0.0.1", |
|
|
|
}, |
|
|
|
|