Skip to content

Commit 613a4a1

Browse files
authored
Update test_functional.py
1 parent b563c35 commit 613a4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def test_add_to_usergroups_federatedid_unicode():
283283

284284
def test_remove_from_products_federatedid():
285285
user = UserAction(id_type=IdentityTypes.federatedID, email="[email protected]")
286-
user.remove_from_groups(groups=["Photoshop", "Illustrator"], group_type="product")
286+
user.remove_from_groups(groups=["Photoshop", "Illustrator"], group_type="group")
287287
assert user.wire_dict() == {"do": [{"remove": {"group": ["Photoshop", "Illustrator"]}}],
288288
"user": "[email protected]"}
289289

0 commit comments

Comments
 (0)