test(scim): drop redundant docstring from the valueless entitlements PUT test

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
ryan 2026-09-18 16:00:54 +00:00
parent b6410d563b
commit 817cdcef64

View file

@ -1306,8 +1306,6 @@ async def test_update_user_success(mocker):
@pytest.mark.asyncio
async def test_update_user_put_with_valueless_entitlements_deactivates_user(scim_test_client, mocker):
"""A suspend PUT whose entitlements entries carry no `value` member (an IdP-specific shape)
must not be rejected by body validation: the user is deactivated and the entries are stored as sent"""
existing_user = mocker.MagicMock()
existing_user.teams = []
existing_user.metadata = {"scim_active": True}