🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2024-04-19 06:14:47 +00:00
parent 1af0aa1f98
commit d49ee02f44
1 changed files with 1 additions and 1 deletions

View File

@ -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():