ci-testing
Some checks failed
Deploy on push / deploy (push) Failing after 1m11s

This commit is contained in:
2025-08-17 11:09:29 +03:00
parent 5876995838
commit 4b88a8c449
19 changed files with 2802 additions and 2559 deletions

View File

@@ -75,7 +75,7 @@ class TestAdminUserManagement:
user = test_users[0]
# Проверяем что пользователь создан
assert user.id == 1
assert user.id is not None # ID генерируется автоматически
assert user.email is not None
assert user.name is not None
assert user.slug is not None