This commit is contained in:
2025-11-08 23:56:52 +01:00
parent 2ad7401226
commit a6a19b8438
17 changed files with 1153 additions and 388 deletions
+2 -4
View File
@@ -190,10 +190,8 @@ async def test_file_browser_get_authorized(client):
resp = await client.get("/files")
assert resp.status == 200
text = await resp.text()
assert "File Browser" in text
# Check for some expected files from the project directory
assert "example.jpg" in text
assert "rexample7.jpg" in text
assert "My Files" in text
assert "No files found in this directory." in text