Remove all references to "uploads" page

This commit is contained in:
Jim Lancaster
2026-08-06 16:53:21 -05:00
parent 5090e238ff
commit fce7107863
8 changed files with 4 additions and 37 deletions
-1
View File
@@ -12,7 +12,6 @@ class TestNavigationAndMounts:
[
("/", 307, "/ui/homepage"),
("/ui", 307, "/ui/homepage"),
("/ui/upload", 307, "/jobs/new"),
],
)
def test_entrypoint_redirects(self, app_client, url: str, expected_status: int, expected_redirect: str):