mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
d8888662c3
commit
37ac5b8722
|
|
@ -12,7 +12,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