Revert "ci: 重构"

This reverts commit 6eee3f885f.
This commit is contained in:
mazxd
2025-03-25 22:04:45 +08:00
parent 6eee3f885f
commit e7a9a8adec
28 changed files with 346 additions and 101 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from app.crud import create_user
from app.models import UserCreate
from app.tests.utils.user import user_authentication_headers
from app.tests.utils.utils import random_email, random_lower_string
from app.utils.common import generate_password_reset_token
from app.utils import generate_password_reset_token
def test_get_access_token(client: TestClient) -> None: