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

@@ -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())
)