mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
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:
parent
b6410d563b
commit
817cdcef64
1 changed files with 0 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue