mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
aacac66203
commit
740e4a80e6
|
|
@ -11,7 +11,6 @@ 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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue