mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add posthog signup and signin events, enable backend posthog events for oss version (#249)
This commit is contained in:
parent
9298116887
commit
f7c1f63e1b
10 changed files with 82 additions and 35 deletions
|
|
@ -359,7 +359,7 @@ async def test_client_factory(db_session):
|
|||
Usage:
|
||||
async def test_something(test_client_factory, db_session):
|
||||
# Create a custom user
|
||||
user = await db_session.get_or_create_user_by_provider_id("custom_user_123")
|
||||
user, _ = await db_session.get_or_create_user_by_provider_id("custom_user_123")
|
||||
|
||||
# Create a test client for this user
|
||||
async with test_client_factory(user) as client:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue