We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdf169 commit 723c258Copy full SHA for 723c258
tests/test_user_management_list_sessions.py
@@ -17,6 +17,7 @@ def _mock_session(id: str):
17
"organization_id": "org_123",
18
"status": "active",
19
"auth_method": "password",
20
+ "impersonator": None,
21
"ip_address": "192.168.1.1",
22
"user_agent": "Mozilla/5.0",
23
"expires_at": "2025-07-23T15:00:00.000Z",
0 commit comments