mirror of https://github.com/tiangolo/fastapi.git
fix(test_tutorial006.py): fix line breaks
This commit is contained in:
parent
740e4a80e6
commit
9e3b0156bc
|
|
@ -17,3 +17,5 @@ def test_get_users():
|
||||||
response = client.get("/users/foo")
|
response = client.get("/users/foo")
|
||||||
assert response.status_code == 200, response.text
|
assert response.status_code == 200, response.text
|
||||||
assert response.json() == {"message": "Hello foo"}
|
assert response.json() == {"message": "Hello foo"}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue