[get-user-data] Add all outputs to context #89452
Annotations
10 errors and 1 warning
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L291
test_create_account_with_all_fields
TypeError: create_account() missing 1 required positional argument: 'source'
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L336
test_create_account_with_partial_fields
TypeError: create_account() missing 1 required positional argument: 'source'
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L363
test_create_account_with_single_item_list
TypeError: create_account() missing 1 required positional argument: 'source'
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L383
test_create_account_with_empty_fields
TypeError: create_account() missing 1 required positional argument: 'source'
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L482
test_merge_accounts_with_conflicts
AssertionError: debug("Conflicting values for key 'name': 'John Doe' vs 'Jane Doe'") call not found
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L963
TestGetUserData.test_identityiq_search_identities
AssertionError: assert {'email_addre... User'}}, ...} == {'display_nam...d': True, ...}
Omitting 1 identical items, use -vv to show
Differing items:
{'email_address': {'Source': 'SailPointIdentityIQ', 'Value': '[email protected]'}} != {'email_address': '[email protected]'}
{'username': {'Source': 'SailPointIdentityIQ', 'Value': 'test_user'}} != {'username': 'test_user'}
{'is_enabled': {'Source': 'SailPointIdentityIQ', 'Value': True}} != {'is_enabled': True}
Left contains 1 more item:
{'name': {'formatted': {'Source': 'SailPointIdentityIQ', 'Value': 'Test User'}}}...
...Full output truncated (19 lines hidden), use '-vv' to show
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L998
TestGetUserData.test_identitynow_get_accounts
AssertionError: assert {'id': {'Sour...est_account'}} == {'id': {'Sour...test_account'}
Omitting 1 identical items, use -vv to show
Differing items:
{'username': {'Source': 'SailPointIdentityNow', 'Value': 'test_account'}} != {'username': 'test_account'}
{'is_enabled': {'Source': 'SailPointIdentityNow', 'Value': True}} != {'is_enabled': True}
Full diff:
{
'id': {'Source': 'SailPointIdentityNow', 'Value': '456'},...
...Full output truncated (5 lines hidden), use '-vv' to show
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L1043
TestGetUserData.test_ad_get_user
AssertionError: assert {'display_nam...': True}, ...} == {'display_nam...d': True, ...}
Differing items:
{'groups': {'Source': 'Active Directory Query v2', 'Value': 'Group1'}} != {'groups': 'Group1'}
{'email_address': {'Source': 'Active Directory Query v2', 'Value': '[email protected]'}} != {'email_address': '[email protected]'}
{'username': {'Source': 'Active Directory Query v2', 'Value': 'ad_user'}} != {'username': 'ad_user'}
{'is_enabled': {'Source': 'Active Directory Query v2', 'Value': True}} != {'is_enabled': True}
{'display_name': {'Source': 'Active Directory Query v2', 'Value': 'AD User'}} != {'display_name': 'AD User'}
Left contains 1 more item:...
...Full output truncated (22 lines hidden), use '-vv' to show
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L1080
TestGetUserData.test_ad_get_user_manager
AssertionError: assert {'manager_dis...example.com'}} == {'[email protected]'}
Differing items:
{'manager_display_name': {'Source': 'Active Directory Query v2', 'Value': 'Manager Name'}} != {'manager_display_name': 'Manager Name'}
{'manager_email': {'Source': 'Active Directory Query v2', 'Value': '[email protected]'}} != {'manager_email': '[email protected]'}
Full diff:
{
- 'manager_display_name': 'Manager Name',
- 'manager_email': '[email protected]',...
...Full output truncated (5 lines hidden), use '-vv' to show
|
run pre-commit:
Packs/CommonScripts/Scripts/GetUserData/GetUserData_test.py#L1121
TestGetUserData.test_pingone_get_user
AssertionError: assert {'display_nam...': True}, ...} == {'display_nam...d': True, ...}
Omitting 1 identical items, use -vv to show
Differing items:
{'email_address': {'Source': 'PingOne', 'Value': '[email protected]'}} != {'email_address': '[email protected]'}
{'display_name': {'Source': 'PingOne', 'Value': 'PingOne User'}} != {'display_name': 'PingOne User'}
{'username': {'Source': 'PingOne', 'Value': 'pingone_user'}} != {'username': 'pingone_user'}
{'is_enabled': {'Source': 'PingOne', 'Value': True}} != {'is_enabled': True}
Full diff:...
...Full output truncated (11 lines hidden), use '-vv' to show
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, andstor/file-existence-action@v2, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading