pre-commit-ci-lite[bot]
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
tests/test_tutorial/test_behind_a_proxy/test_tutorial001.py
|
|
@ -12,7 +12,7 @@ def test_main(): |
|
|
assert response.json() == { |
|
|
assert response.json() == { |
|
|
"message": "Hello World", |
|
|
"message": "Hello World", |
|
|
"path": "/api/v1/app", |
|
|
"path": "/api/v1/app", |
|
|
"root_path": "/api/v1" |
|
|
"root_path": "/api/v1", |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|