This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user