generated from john/python-template
Remove all references to "uploads" page
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user