mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-04-08 03:13:37 +00:00
upload ai slop
This commit is contained in:
@@ -569,15 +569,9 @@ def test_walk(resource_path_root: Path) -> None:
|
||||
resource_path_root / "models" / "package_yay_pkgbuild",
|
||||
resource_path_root / "models" / "pkgbuild",
|
||||
resource_path_root / "models" / "utf8",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "alerts.jinja2",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "dashboard.jinja2",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "key-import-modal.jinja2",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "login-modal.jinja2",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "package-add-modal.jinja2",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "package-info-modal.jinja2",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "package-rebuild-modal.jinja2",
|
||||
resource_path_root / "web" / "templates" / "build-status" / "table.jinja2",
|
||||
resource_path_root / "web" / "templates" / "static" / "favicon.ico",
|
||||
resource_path_root / "web" / "templates" / "static" / "index.css",
|
||||
resource_path_root / "web" / "templates" / "static" / "index.js",
|
||||
resource_path_root / "web" / "templates" / "static" / "logo.svg",
|
||||
resource_path_root / "web" / "templates" / "utils" / "bootstrap-scripts.jinja2",
|
||||
resource_path_root / "web" / "templates" / "utils" / "style.jinja2",
|
||||
|
||||
@@ -42,7 +42,7 @@ async def test_get_index(client_with_auth: TestClient) -> None:
|
||||
|
||||
async def test_get_without_auth(client: TestClient) -> None:
|
||||
"""
|
||||
must use dummy authorized_userid function in case if no security library installed
|
||||
must generate status page without authorization
|
||||
"""
|
||||
response = await client.get("/")
|
||||
assert response.ok
|
||||
|
||||
Reference in New Issue
Block a user