mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
c03fa4a65a
commit
639deff748
|
|
@ -11,7 +11,7 @@ def test_main():
|
|||
assert response.json() == {
|
||||
"message": "Hello World",
|
||||
"path": "/api/v1/app",
|
||||
"root_path": "/api/v1"
|
||||
"root_path": "/api/v1",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue