fix: dashboard test

This commit is contained in:
Soulter
2026-06-05 12:06:41 +08:00
parent 41ec03b285
commit 26c114379f

View File

@@ -42,8 +42,10 @@ from astrbot.dashboard.password_state import (
set_password_change_required,
set_password_storage_upgraded,
)
from astrbot.dashboard.routes.auth import DASHBOARD_JWT_COOKIE_NAME
from astrbot.dashboard.routes.auth import DASHBOARD_TEMPORARY_LOGIN_JWT_MAX_AGE
from astrbot.dashboard.routes.auth import (
DASHBOARD_JWT_COOKIE_NAME,
DASHBOARD_TEMPORARY_LOGIN_JWT_MAX_AGE,
)
from astrbot.dashboard.routes.plugin import PluginRoute
from astrbot.dashboard.server import AstrBotDashboard
from tests.fixtures.helpers import (