tests-upgrade
All checks were successful
Deploy on push / deploy (push) Successful in 57m1s

This commit is contained in:
2025-09-25 09:40:12 +03:00
parent 1992434a13
commit ac0111cdb9
17 changed files with 766 additions and 363 deletions

View File

@@ -25,6 +25,7 @@ async def test_ensure_user_has_reader_role(db_session):
# Создаем тестового пользователя без роли reader
test_author = Author(
name="Test Reader User", # 🔍 Добавляем обязательное поле name
email="test_reader_role@example.com",
slug="test_reader_role",
password="test_password"