Skip to content

Commit 5ec82db

Browse files
jacalataclaude
andcommitted
fix: update test to match corrected bulk add authSetting behaviour
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 06ebe9f commit 5ec82db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def test_bulk_add(server: TSC.Server) -> None:
467467
for user, xml_user in zip(users, xml_users):
468468
assert user.name == xml_user.get("name")
469469
if user.idp_configuration_id is None:
470-
assert xml_user.get("authSetting") == (user.auth_setting or "ServerDefault")
470+
assert xml_user.get("authSetting") == user.auth_setting
471471
else:
472472
assert xml_user.get("idpConfigurationId") == user.idp_configuration_id
473473
assert xml_user.get("authSetting") is None

0 commit comments

Comments
 (0)