mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
6cb4454b98
commit
473d68bd63
|
|
@ -25,4 +25,4 @@ def test_read_items():
|
|||
with TestClient(app) as client:
|
||||
response = client.get("/items/foo")
|
||||
assert response.status_code == 200
|
||||
assert response.json() == {"name": "Fighters"}
|
||||
assert response.json() == {"name": "Fighters"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue