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

This commit is contained in:
pre-commit-ci[bot] 2024-04-18 14:31:00 +00:00
parent 72075c00e9
commit c23ed4bbf2
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ def client():
def test_swagger_ui_html(client: TestClient):
response = client.get("/docs")
assert response.status_code == 200, response.text
assert (
"https://unpkg.com/swagger-ui-dist@5/swagger-ui-bundle.js" in response.text
)
assert "https://unpkg.com/swagger-ui-dist@5/swagger-ui-bundle.js" in response.text
assert "https://unpkg.com/swagger-ui-dist@5/swagger-ui.css" in response.text