Skip to content

Commit f8480e3

Browse files
gjtorikianclaude
andcommitted
fix: add organization_name to authorization membership test fixtures
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7a23d2 commit f8480e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/utils/fixtures/mock_organization_membership.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def __init__(
2424
id="om_01ABC",
2525
user_id="user_123",
2626
organization_id="org_456",
27+
organization_name="Foo Corp",
2728
status="active",
2829
directory_managed=False,
2930
created_at="2024-01-01T00:00:00Z",
@@ -34,6 +35,7 @@ def __init__(
3435
id="om_01DEF",
3536
user_id="user_789",
3637
organization_id="org_456",
38+
organization_name="Foo Corp",
3739
status="active",
3840
directory_managed=False,
3941
created_at="2024-01-02T00:00:00Z",

0 commit comments

Comments
 (0)