Skip to content

Commit 723c258

Browse files
committed
Update tests
1 parent ffdf169 commit 723c258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_user_management_list_sessions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def _mock_session(id: str):
1717
"organization_id": "org_123",
1818
"status": "active",
1919
"auth_method": "password",
20+
"impersonator": None,
2021
"ip_address": "192.168.1.1",
2122
"user_agent": "Mozilla/5.0",
2223
"expires_at": "2025-07-23T15:00:00.000Z",

0 commit comments

Comments
 (0)