This commit is contained in:
@@ -15,8 +15,8 @@ async def test_ensure_user_has_reader_role(db_session):
|
||||
if not community:
|
||||
community = Community(
|
||||
id=1,
|
||||
name="Test Community",
|
||||
slug="test-community",
|
||||
name="Auth Service Test Community",
|
||||
slug="auth-service-test-community",
|
||||
desc="Test community for auth tests",
|
||||
created_at=int(asyncio.get_event_loop().time())
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user