chore: remove trailing whitespace from README.md line 42

This commit is contained in:
2025-11-08 22:56:52 +00:00
parent 47f2335661
commit 3d0b318bba
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