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

This commit is contained in:
pre-commit-ci[bot] 2022-08-24 19:39:19 +00:00
parent 9e3b0156bc
commit b4cd1f2893
1 changed files with 1 additions and 3 deletions

View File

@ -11,11 +11,9 @@ def test_swagger_ui():
assert 'router="history"' in response.text
assert 'layout="sidebar"' in response.text
assert 'tryItCredentialPolicy="omit"' in response.text
def test_get_users():
response = client.get("/users/foo")
assert response.status_code == 200, response.text
assert response.json() == {"message": "Hello foo"}