Skip to content

Commit a8519d5

Browse files
committed
oops
1 parent b3cd239 commit a8519d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_user_management.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def test_update_organization_membership(
330330
)
331331

332332
assert url[0].endswith("user_management/organization_memberships/om_ABCDE")
333-
assert om["id"] == "om_ABCDE"
333+
assert organization_membership["id"] == "om_ABCDE"
334334
assert organization_membership["role"] == {"slug": "member"}
335335

336336
def test_get_organization_membership(

0 commit comments

Comments
 (0)