diff --git a/tests/test_dashboard.py b/tests/test_dashboard.py index 7584b08..db3407b 100644 --- a/tests/test_dashboard.py +++ b/tests/test_dashboard.py @@ -377,6 +377,7 @@ def test_dashboard_connect_page(monkeypatch): """Test that the /dashboard/connect page renders successfully without 500 errors.""" from server import create_multi_endpoint_app from starlette.testclient import TestClient + import core.dashboard.routes import core.site_api import core.user_keys