diff --git a/pyflask/tests/test_startup.py b/pyflask/tests/test_startup.py index a99fa6e2a..42cead8c7 100644 --- a/pyflask/tests/test_startup.py +++ b/pyflask/tests/test_startup.py @@ -3,5 +3,5 @@ def test_preload_imports(client): """Verify that the preload import endpoint returned good status.""" - result = get("startup", client) + result = get("startup/preload-imports", client) assert result == True