mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
1af0aa1f98
commit
d49ee02f44
|
|
@ -9,7 +9,7 @@ client = TestClient(t3.app)
|
|||
def test_get_users():
|
||||
response = client.get("/users")
|
||||
assert response.status_code == 200
|
||||
assert response.json() == ['Rick', 'Morty']
|
||||
assert response.json() == ["Rick", "Morty"]
|
||||
|
||||
|
||||
def test_routes_created():
|
||||
|
|
|
|||
Loading…
Reference in New Issue