e2e-improved
Some checks failed
Deploy on push / deploy (push) Failing after 7s

This commit is contained in:
2025-08-27 18:31:51 +03:00
parent e7cdcbc5dd
commit f3fc6c34ae
10 changed files with 170 additions and 88 deletions

View File

@@ -35,8 +35,8 @@ def test_community(db_session, test_users):
if not community:
community = Community(
id=1,
name="Test Community",
slug="test-community",
name="RBAC Test Community",
slug="rbac-test-community",
desc="Test community for RBAC tests",
created_by=test_users[0].id,
created_at=int(time.time())