Skip to content

Conversation

@mfsiega
Copy link
Contributor

@mfsiega mfsiega commented Jan 29, 2026

Summary

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/CAT-1777

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@codecov
Copy link

codecov bot commented Jan 29, 2026

❌ 49 Tests Failed:

Tests completed Failed Passed Skipped
18502 49 18453 0
View the top 3 failed test(s) by shortest run time
Microsoft Entra Node User description should remove user from group
Stack Traces | 0.079s run time
Error: Custom message:
  Equality failed for "should remove user from group" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "removed": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node Group description should update group
Stack Traces | 0.08s run time
Error: Custom message:
  Equality failed for "should update group" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "updated": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node Group description should get group
Stack Traces | 0.081s run time
Error: Custom message:
  Equality failed for "should get group" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 49
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups/$entity",
-         "classification": null,
-         "createdDateTime": "2024-11-04T16:00:21Z",
-         "creationOptions": Array [
-           "YammerProvisioning",
-         ],
-         "deletedDateTime": null,
-         "description": "This is the default group for everyone in the network",
-         "displayName": "All Company",
-         "expirationDateTime": null,
-         "groupTypes": Array [
-           "Unified",
-         ],
-         "id": "a8eb60e3-0145-4d7e-85ef-c6259784761b",
-         "isAssignableToRole": null,
-         "mail": "HRTaskforce@contoso.com",
-         "mailEnabled": true,
-         "mailNickname": "allcompany",
-         "membershipRule": "department -eq \"Marketing\"",
-         "membershipRuleProcessingState": "On",
-         "onPremisesDomainName": null,
-         "onPremisesLastSyncDateTime": null,
-         "onPremisesNetBiosName": null,
-         "onPremisesProvisioningErrors": Array [],
-         "onPremisesSamAccountName": null,
-         "onPremisesSecurityIdentifier": null,
-         "onPremisesSyncEnabled": null,
-         "preferredDataLocation": null,
-         "preferredLanguage": null,
-         "proxyAddresses": Array [
-           "SMTP:HRTaskforce@contoso.com",
-         ],
-         "renewedDateTime": "2024-11-04T16:00:21Z",
-         "resourceBehaviorOptions": Array [
-           "CalendarMemberReadOnly",
-         ],
-         "resourceProvisioningOptions": Array [],
-         "securityEnabled": false,
-         "securityIdentifier": "S-1-12-1-1394793482-1222919313-3222267053-1234900903",
-         "serviceProvisioningErrors": Array [],
-         "theme": null,
-         "uniqueName": null,
-         "visibility": "Public",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node User description should get user
Stack Traces | 0.092s run time
Error: Custom message:
  Equality failed for "should get user" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 20
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users/$entity",
-         "businessPhones": Array [
-           "0123456789",
-         ],
-         "displayName": "John Doe",
-         "givenName": "John",
-         "id": "87d349ed-44d7-43e1-9a83-5f2406dee5bd",
-         "jobTitle": "Project manager",
-         "mail": "johndoe@contoso.com",
-         "mobilePhone": "+123456789",
-         "officeLocation": "New York",
-         "preferredLanguage": "en-US",
-         "surname": "Doe",
-         "userPrincipalName": "johndoe@contoso.com",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node User description should get user with options
Stack Traces | 0.093s run time
Error: Custom message:
  Equality failed for "should get user with options" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 8
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(id)/$entity",
-         "id": "87d349ed-44d7-43e1-9a83-5f2406dee5bd",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node User description should update user
Stack Traces | 0.106s run time
Error: Custom message:
  Equality failed for "should update user" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "updated": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node Group description should get group with fields output and members
Stack Traces | 0.118s run time
Error: Custom message:
  Equality failed for "should get group with fields output and members" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 515
+ Received  +   1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups(assignedLabels,assignedLicenses,createdDateTime,classification,deletedDateTime,description,displayName,expirationDateTime,groupTypes,visibility,unseenCount,theme,uniqueName,serviceProvisioningErrors,securityIdentifier,renewedDateTime,securityEnabled,autoSubscribeNewMembers,allowExternalSenders,licenseProcessingState,isManagementRestricted,isSubscribedByMail,isAssignableToRole,id,hideFromOutlookClients,hideFromAddressLists,onPremisesProvisioningErrors,onPremisesSecurityIdentifier,onPremisesSamAccountName,onPremisesNetBiosName,onPremisesSyncEnabled,preferredDataLocation,preferredLanguage,proxyAddresses,onPremisesLastSyncDateTime,onPremisesDomainName,membershipRuleProcessingState,membershipRule,mailNickname,mailEnabled,mail,members())/$entity",
-         "allowExternalSenders": false,
-         "assignedLabels": Array [],
-         "assignedLicenses": Array [],
-         "autoSubscribeNewMembers": false,
-         "classification": null,
-         "createdDateTime": "2024-11-04T16:00:21Z",
-         "deletedDateTime": null,
-         "description": "This is the default group for everyone in the network",
-         "displayName": "All Company",
-         "expirationDateTime": null,
-         "groupTypes": Array [
-           "Unified",
-         ],
-         "hideFromAddressLists": false,
-         "hideFromOutlookClients": false,
-         "id": "a8eb60e3-0145-4d7e-85ef-c6259784761b",
-         "isAssignableToRole": null,
-         "isManagementRestricted": null,
-         "isSubscribedByMail": false,
-         "licenseProcessingState": null,
-         "mail": "HRTaskforce@contoso.com",
-         "mailEnabled": true,
-         "mailNickname": "allcompany",
-         "members": Array [
-           Object {
-             "@odata.type": "#microsoft.graph.user",
-             "accountEnabled": true,
-             "ageGroup": null,
-             "assignedLicenses": Array [
-               Object {
-                 "disabledPlans": Array [],
-                 "skuId": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46",
-               },
-             ],
-             "assignedPlans": Array [
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "WhiteboardServices",
-                 "servicePlanId": "b8afc642-032e-4de5-8c0a-507a7bba7e5d",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "exchange",
-                 "servicePlanId": "a6520331-d7d4-4276-95f5-15c0933bc757",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "DynamicsNAV",
-                 "servicePlanId": "39b5c996-467e-4e60-bd62-46066f572726",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "WindowsDefenderATP",
-                 "servicePlanId": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "SharePoint",
-                 "servicePlanId": "e95bec33-7c88-4a70-8e19-b10bd9d0c014",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "exchange",
-                 "servicePlanId": "176a09a6-7ec5-4039-ac02-b2791c6ba793",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "AADPremiumService",
-                 "servicePlanId": "41781fb2-bc02-4b7c-bd55-b576c07bb09d",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "exchange",
-                 "servicePlanId": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MicrosoftKaizala",
-                 "servicePlanId": "54fc630f-5a40-48ee-8965-af0503c1386e",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "To-Do",
-                 "servicePlanId": "5e62787c-c316-451f-b873-1d05acd4d12c",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "Bing",
-                 "servicePlanId": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "ccibotsprod",
-                 "servicePlanId": "ded3d325-1bdc-453e-8432-5bac26d7a014",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "SharePoint",
-                 "servicePlanId": "a1ace008-72f3-4ea0-8dac-33b3a23a2472",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "exchange",
-                 "servicePlanId": "9aaf7827-d63c-4b61-89c3-182f06f82e5c",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "exchange",
-                 "servicePlanId": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MixedRealityCollaborationServices",
-                 "servicePlanId": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "RMSOnline",
-                 "servicePlanId": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "RMSOnline",
-                 "servicePlanId": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MicrosoftOffice",
-                 "servicePlanId": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "Sway",
-                 "servicePlanId": "a23b959c-7ce8-4e57-9140-b90eb88a9e97",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "Microsoft.ProjectBabylon",
-                 "servicePlanId": "c948ea65-2053-4a5a-8a62-9eaaaf11b522",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "exchange",
-                 "servicePlanId": "5bfe124c-bbdc-4494-8835-f1297d457d79",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "PowerAppsService",
-                 "servicePlanId": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MixedRealityCollaborationServices",
-                 "servicePlanId": "3efbd4ed-8958-4824-8389-1321f8730af8",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "CRM",
-                 "servicePlanId": "28b0fa46-c39a-4188-89e2-58e979a6b014",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MixedRealityCollaborationServices",
-                 "servicePlanId": "dcf9d2f4-772e-4434-b757-77a453cfbc02",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "ProcessSimple",
-                 "servicePlanId": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "YammerEnterprise",
-                 "servicePlanId": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MultiFactorService",
-                 "servicePlanId": "8a256a2b-b617-496d-b51b-e76466e88db0",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "OfficeForms",
-                 "servicePlanId": "159f4cd6-e380-449f-a816-af1a9ef76344",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MicrosoftCommunicationsOnline",
-                 "servicePlanId": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "Windows",
-                 "servicePlanId": "8e229017-d77b-43d5-9305-903395523b99",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "ProjectProgramsAndPortfolios",
-                 "servicePlanId": "b21a6b06-1988-436e-a07b-51ec6d9f52ad",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "SCO",
-                 "servicePlanId": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "WindowsUpdateforBusinessCloudExtensions",
-                 "servicePlanId": "7bf960f6-2cd9-443a-8046-5dbff9558365",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "YammerEnterprise",
-                 "servicePlanId": "7547a3fe-08ee-4ccb-b430-5077c5041653",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "CRM",
-                 "servicePlanId": "afa73018-811e-46e9-988f-f75d2b1b8430",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "SharePoint",
-                 "servicePlanId": "c7699d2e-19aa-44de-8edf-1736da088ca1",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "AADPremiumService",
-                 "servicePlanId": "de377cbc-0019-4ec2-b77c-3f223947e102",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "exchange",
-                 "servicePlanId": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "Adallom",
-                 "servicePlanId": "932ad362-64a8-4783-9106-97849a1a30b9",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "Chapter5FluidApp",
-                 "servicePlanId": "c4b8c31a-fb44-4c65-9837-a21f55fcabda",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "LearningAppServiceInTeams",
-                 "servicePlanId": "b76fb638-6ba6-402a-b9f9-83d28acb3d86",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "Deskless",
-                 "servicePlanId": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MicrosoftStream",
-                 "servicePlanId": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "TeamspaceAPI",
-                 "servicePlanId": "57ff2da0-773e-42df-b2af-ffb7a2317929",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MicrosoftOffice",
-                 "servicePlanId": "276d6e8a-f056-4f70-b7e8-4fc27f79f809",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "SCO",
-                 "servicePlanId": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "MicrosoftPrint",
-                 "servicePlanId": "795f6fe0-cc4d-4773-b050-5dde4dc704c9",
-               },
-               Object {
-                 "assignedDateTime": "2024-11-04T15:54:26Z",
-                 "capabilityStatus": "Enabled",
-                 "service": "ProjectWorkManagement",
-                 "servicePlanId": "b737dad2-2f6c-4c65-90e3-ca563267e8b9",
-               },
-             ],
-             "authorizationInfo": Object {
-               "certificateUserIds": Array [],
-             },
-             "businessPhones": Array [
-               "4917600000000",
-             ],
-             "city": null,
-             "companyName": null,
-             "consentProvidedForMinor": null,
-             "country": "US",
-             "createdDateTime": "2024-11-03T16:15:19Z",
-             "creationType": null,
-             "deletedDateTime": null,
-             "department": null,
-             "displayName": "John Doe",
-             "employeeHireDate": null,
-             "employeeId": null,
-             "employeeLeaveDateTime": null,
-             "employeeOrgData": null,
-             "employeeType": null,
-             "externalUserState": null,
-             "externalUserStateChangeDateTime": null,
-             "faxNumber": null,
-             "givenName": "John",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-             "identities": Array [
-               Object {
-                 "issuer": "contoso.com",
-                 "issuerAssignedId": "john.doe@contoso.com",
-                 "signInType": "userPrincipalName",
-               },
-             ],
-             "imAddresses": Array [
-               "john.doe@contoso.com",
-             ],
-             "isLicenseReconciliationNeeded": false,
-             "isResourceAccount": null,
-             "jobTitle": null,
-             "legalAgeGroupClassification": null,
-             "mail": "john.doe@contoso.com",
-             "mailNickname": "johndoe",
-             "mobilePhone": null,
-             "officeLocation": null,
-             "onPremisesDistinguishedName": null,
-             "onPremisesDomainName": null,
-             "onPremisesExtensionAttributes": Object {
-               "extensionAttribute1": null,
-               "extensionAttribute10": null,
-               "extensionAttribute11": null,
-               "extensionAttribute12": null,
-               "extensionAttribute13": null,
-               "extensionAttribute14": null,
-               "extensionAttribute15": null,
-               "extensionAttribute2": null,
-               "extensionAttribute3": null,
-               "extensionAttribute4": null,
-               "extensionAttribute5": null,
-               "extensionAttribute6": null,
-               "extensionAttribute7": null,
-               "extensionAttribute8": null,
-               "extensionAttribute9": null,
-             },
-             "onPremisesImmutableId": null,
-             "onPremisesLastSyncDateTime": null,
-             "onPremisesProvisioningErrors": Array [],
-             "onPremisesSamAccountName": null,
-             "onPremisesSecurityIdentifier": null,
-             "onPremisesSyncEnabled": null,
-             "onPremisesUserPrincipalName": null,
-             "otherMails": Array [
-               "matstallmann@gmail.com",
-             ],
-             "passwordPolicies": null,
-             "passwordProfile": null,
-             "postalCode": null,
-             "preferredDataLocation": null,
-             "preferredLanguage": "en",
-             "provisionedPlans": Array [
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "exchange",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "exchange",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "exchange",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "exchange",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "exchange",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "exchange",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "exchange",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "MicrosoftCommunicationsOnline",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "SharePoint",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "SharePoint",
-               },
-               Object {
-                 "capabilityStatus": "Enabled",
-                 "provisioningStatus": "Success",
-                 "service": "SharePoint",
-               },
-             ],
-             "proxyAddresses": Array [
-               "SMTP:john.doe@contoso.com",
-             ],
-             "refreshTokensValidFromDateTime": "2024-11-03T16:15:18Z",
-             "securityIdentifier": "S-1-12-1-1601896123-1180963357-2678074248-3763099878",
-             "serviceProvisioningErrors": Array [],
-             "showInAddressList": null,
-             "signInSessionsValidFromDateTime": "2024-11-03T16:15:18Z",
-             "state": null,
-             "streetAddress": null,
-             "surname": "Doe",
-             "usageLocation": "US",
-             "userPrincipalName": "john.doe@contoso.com",
-             "userType": "Member",
-           },
-         ],
-         "membershipRule": "department -eq \"Marketing\"",
-         "membershipRuleProcessingState": "On",
-         "onPremisesDomainName": null,
-         "onPremisesLastSyncDateTime": null,
-         "onPremisesNetBiosName": null,
-         "onPremisesProvisioningErrors": Array [],
-         "onPremisesSamAccountName": null,
-         "onPremisesSecurityIdentifier": null,
-         "onPremisesSyncEnabled": null,
-         "preferredDataLocation": null,
-         "preferredLanguage": null,
-         "proxyAddresses": Array [
-           "SMTP:HRTaskforce@contoso.com",
-         ],
-         "renewedDateTime": "2024-11-04T16:00:21Z",
-         "securityEnabled": false,
-         "securityIdentifier": "S-1-12-1-1394793482-1222919313-3222267053-1234900903",
-         "serviceProvisioningErrors": Array [],
-         "theme": null,
-         "uniqueName": null,
-         "unseenCount": 0,
-         "visibility": "Public",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node Group description should delete group
Stack Traces | 0.129s run time
Error: Custom message:
  Equality failed for "should delete group" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "deleted": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node User description should delete user
Stack Traces | 0.176s run time
Error: Custom message:
  Equality failed for "should delete user" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "deleted": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM -  Update Group nodes/Aws/IAM/test/group/update.workflow
Stack Traces | 0.22s run time
Error: Custom message:
  Equality failed for ".../test/group/update.workflow" at node "updateGroup"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "UpdateGroupResponse": Object {
-           "ResponseMetadata": Object {
-             "RequestId": "16ada465-a981-44ab-841f-3ca3247f7405",
-           },
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM - Add User to Group nodes/Aws/IAM/test/user/addToGroup.workflow
Stack Traces | 0.228s run time
Error: Custom message:
  Equality failed for ".../test/user/addToGroup.workflow" at node "addToGroup"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "AddUserToGroupResponse": Object {
-           "ResponseMetadata": Object {
-             "RequestId": "8192250c-9225-4903-af62-a521ce939968",
-           },
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM - Get User nodes/Aws/IAM/test/user/get.workflow
Stack Traces | 0.229s run time
Error: Custom message:
  Equality failed for ".../test/user/get.workflow" at node "getUser"

expect(received).toEqual(expected) // deep equality

- Expected  - 19
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "Arn": "arn:aws:iam::130450532146:user/accounts@this.de",
-         "CreateDate": 1733911052,
-         "PasswordLastUsed": null,
-         "Path": "/",
-         "PermissionsBoundary": null,
-         "Tags": Array [
-           Object {
-             "Key": "AKIAR4X3VE4ZALQYFEMT",
-             "Value": "API dev",
-           },
-         ],
-         "UserId": "AIDAR4X3VE4ZANWXRN2L2",
-         "UserName": "accounts@this.de",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/credentials/credentials_sharedKey.workflow
Stack Traces | 0.232s run time
Error: Custom message:
  Equality failed for ".../test/credentials/credentials_sharedKey.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 25
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "metadata": Object {
-           "key1": "field1",
-         },
-         "name": "mycontainer",
-         "properties": Object {
-           "blobPublicAccess": "blob",
-           "contentLength": 0,
-           "date": "Wed, 29 Jan 2025 08:43:08 GMT",
-           "etag": "\"0x8DD3FBA74CF3620\"",
-           "hasImmutabilityPolicy": false,
-           "hasLegalHold": false,
-           "lastModified": "Tue, 28 Jan 2025 16:40:21 GMT",
-           "leaseDuration": "infinite",
-           "leaseState": "available",
-           "leaseStatus": "unlocked",
-           "requestId": "49edb268-b01e-0053-6e29-72d574000000",
-           "server": "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0",
-           "version": "2020-10-02",
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node Credentials should use correct credentials
Stack Traces | 0.24s run time
Error: Custom message:
  Equality failed for "should use correct credentials" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 49
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups/$entity",
-         "classification": null,
-         "createdDateTime": "2024-11-04T16:00:21Z",
-         "creationOptions": Array [
-           "YammerProvisioning",
-         ],
-         "deletedDateTime": null,
-         "description": "This is the default group for everyone in the network",
-         "displayName": "All Company",
-         "expirationDateTime": null,
-         "groupTypes": Array [
-           "Unified",
-         ],
-         "id": "a8eb60e3-0145-4d7e-85ef-c6259784761b",
-         "isAssignableToRole": null,
-         "mail": "HRTaskforce@contoso.com",
-         "mailEnabled": true,
-         "mailNickname": "allcompany",
-         "membershipRule": "department -eq \"Marketing\"",
-         "membershipRuleProcessingState": "On",
-         "onPremisesDomainName": null,
-         "onPremisesLastSyncDateTime": null,
-         "onPremisesNetBiosName": null,
-         "onPremisesProvisioningErrors": Array [],
-         "onPremisesSamAccountName": null,
-         "onPremisesSecurityIdentifier": null,
-         "onPremisesSyncEnabled": null,
-         "preferredDataLocation": null,
-         "preferredLanguage": null,
-         "proxyAddresses": Array [
-           "SMTP:HRTaskforce@contoso.com",
-         ],
-         "renewedDateTime": "2024-11-04T16:00:21Z",
-         "resourceBehaviorOptions": Array [
-           "CalendarMemberReadOnly",
-         ],
-         "resourceProvisioningOptions": Array [],
-         "securityEnabled": false,
-         "securityIdentifier": "S-1-12-1-1394793482-1222919313-3222267053-1234900903",
-         "serviceProvisioningErrors": Array [],
-         "theme": null,
-         "uniqueName": null,
-         "visibility": "Public",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Delete Container nodes/Microsoft/AzureCosmosDb/test/container/delete.workflow
Stack Traces | 0.243s run time
Error: Custom message:
  Equality failed for ".../test/container/delete.workflow" at node "Azure Cosmos DB"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "deleted": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/credentials/credentials_oauth2.workflow
Stack Traces | 0.243s run time
Error: Custom message:
  Equality failed for ".../test/credentials/credentials_oauth2.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 25
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "metadata": Object {
-           "key1": "field1",
-         },
-         "name": "mycontainer",
-         "properties": Object {
-           "blobPublicAccess": "blob",
-           "contentLength": 0,
-           "date": "Wed, 29 Jan 2025 08:43:08 GMT",
-           "etag": "\"0x8DD3FBA74CF3620\"",
-           "hasImmutabilityPolicy": false,
-           "hasLegalHold": false,
-           "lastModified": "Tue, 28 Jan 2025 16:40:21 GMT",
-           "leaseDuration": "infinite",
-           "leaseState": "available",
-           "leaseStatus": "unlocked",
-           "requestId": "49edb268-b01e-0053-6e29-72d574000000",
-           "server": "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0",
-           "version": "2020-10-02",
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/file/download.workflow
Stack Traces | 0.247s run time
Error: Custom message:
  Equality failed for ".../test/file/download.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 15
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "binary": Object {
-         "data": Object {
-           "data": "e30=",
-           "fileExtension": "json",
-           "fileName": "weird file € name.json",
-           "fileSize": "2 B",
-           "fileType": "json",
-           "mimeType": "application/json",
-         },
-       },
-       "json": Object {},
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/item/get.workflow
Stack Traces | 0.247s run time
Error: Custom message:
  Equality failed for ".../test/item/get.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 60
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "contentType": Object {
-           "id": "0x010010D603DC4CF2DF4BB8A2D75DCB4BB1B30037A4993FB4DEB0439C3DC6DEC95A9DF8",
-           "name": "Item",
-         },
-         "createdBy": Object {
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-12T22:18:18Z",
-         "eTag": "\"07bfcdd5-450d-48ce-8dc3-04f7f59edc5f,1\"",
-         "fields": Object {
-           "AppAuthorLookupId": "5",
-           "AppEditorLookupId": "5",
-           "Attachments": false,
-           "AuthorLookupId": "7",
-           "ContentType": "Item",
-           "Created": "2025-03-12T22:18:18Z",
-           "Edit": "",
-           "EditorLookupId": "7",
-           "FolderChildCount": "0",
-           "ID": "item1",
-           "ItemChildCount": "0",
-           "LinkTitle": "Item 1",
-           "LinkTitleNoMenu": "Item 1",
-           "Modified": "2025-03-12T22:18:18Z",
-           "Title": "Item 1",
-           "_ComplianceFlags": "",
-           "_ComplianceTag": "",
-           "_ComplianceTagUserId": "",
-           "_ComplianceTagWrittenTime": "",
-           "_UIVersionString": "1.0",
-         },
-         "id": "item1",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "parentReference": Object {
-           "id": "84070a73-ea24-463c-8eb2-0e9afa11c63f",
-           "listId": "list1",
-           "siteId": "site1",
-         },
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list/1_.000",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/file/upload.workflow
Stack Traces | 0.251s run time
Error: Custom message:
  Equality failed for ".../test/file/upload.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 64
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@content.downloadUrl": "https://mydomain.sharepoint..../_layouts/15/download.aspx?UniqueId=d86f89ab-378e-43bc-8d46-18d2f52bd603",
-         "@odata.context": "https://mydomain.sharepoint..../site1/_api/v2.0/$metadata#items/$entity",
-         "cTag": "\"c:{D86F89AB-378E-43BC-8D46-18D2F52BD603},2\"",
-         "createdBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-13T19:23:53Z",
-         "eTag": "\"{D86F89AB-378E-43BC-8D46-18D2F52BD603},3\"",
-         "file": Object {
-           "hashes": Object {
-             "quickXorHash": "jY7BcIP9Th3EZ4PMCLrv4DnQTY4=",
-           },
-           "irmEffectivelyEnabled": false,
-           "irmEnabled": false,
-           "mimeType": "application/json",
-         },
-         "fileSystemInfo": Object {
-           "createdDateTime": "2025-03-13T19:23:53Z",
-           "lastModifiedDateTime": "2025-03-24T19:48:25Z",
-         },
-         "id": "01SPEVVYFLRFX5RDRXXRBY2RQY2L2SXVQD",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-24T19:48:25Z",
-         "name": "file2.json",
-         "parentReference": Object {
-           "driveId": "b!HXyh83lynUOhdUenWLZcmP1mvjoj7J9Gq8YzLjqVv3W_vPrVy_93T7lzoXbjRjzK",
-           "driveType": "documentLibrary",
-           "id": "01SPEVVYBKV2ZKHGJASRA2HC7MOGBMUMAA",
-           "name": "folder1",
-           "path": "/drive/root:/folder1",
-           "siteId": "f3a17c1d-7279-439d-a175-47a758b65c98",
-         },
-         "shared": Object {
-           "effectiveRoles": Array [
-             "write",
-           ],
-           "scope": "users",
-         },
-         "size": 37,
-         "webUrl": "https://mydomain.sharepoint..../sites/site1/Shared%20Documents/folder1/file1.json",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM - Remove User From Group nodes/Aws/IAM/test/user/removeFromGroup.workflow
Stack Traces | 0.253s run time
Error: Custom message:
  Equality failed for ".../test/user/removeFromGroup.workflow" at node "removeFromGroup"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "RemoveUserFromGroupResponse": Object {
-           "ResponseMetadata": Object {
-             "RequestId": "48508b51-1506-496c-8455-7135269209f0",
-           },
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/blob/blob_get.workflow
Stack Traces | 0.255s run time
Error: Custom message:
  Equality failed for ".../test/blob/blob_get.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 71
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "binary": Object {
-         "data": Object {
-           "data": "ewoiZGF0YSI6ewoibXlfZmllbGRfMSI6InZhbHVlIiwKIm15X2ZpZWxkXzIiOjEKfQp9",
-           "fileExtension": "json",
-           "fileName": "file.json",
-           "fileSize": "51 B",
-           "fileType": "json",
-           "mimeType": "application/json",
-         },
-       },
-       "json": Object {
-         "metadata": Object {
-           "key1": "value1",
-         },
-         "name": "myblob",
-         "properties": Object {
-           "acceptRanges": "accept-ranges",
-           "accessControlAllowCredentials": "access-control-allow-credentials",
-           "accessControlAllowOrigin": "access-control-allow-origin",
-           "accessControlExposeHeaders": "access-control-expose-headers",
-           "acl": "x-ms-acl",
-           "blobCommittedBlockCount": "x-ms-blob-committed-block-count",
-           "blobContentMd5": "x-ms-blob-content-md5",
-           "blobSealed": "x-ms-blob-sealed",
-           "blobSequenceNumber": "x-ms-blob-sequence-number",
-           "blobType": "x-ms-blob-type",
-           "cacheControl": "cache-control",
-           "clientRequestId": "x-ms-client-request-id",
-           "contentCrc64": "x-ms-content-crc64",
-           "contentDisposition": "attachment; filename=\"file.json\"",
-           "contentEncoding": "content-encoding",
-           "contentLanguage": "content-language",
-           "contentMd5": "content-md5",
-           "contentRange": "content-range",
-           "contentType": "application/json",
-           "copyCompletionTime": "x-ms-copy-completion-time",
-           "copyId": "x-ms-copy-id",
-           "copyProgress": "x-ms-copy-progress",
-           "copySource": "x-ms-copy-source",
-           "copyStatus": "x-ms-copy-status",
-           "copyStatusDescription": "x-ms-copy-status-description",
-           "creationTime": "x-ms-creation-time",
-           "date": "Thu, 23 Jan 2025 17:53:23 GMT",
-           "encryptionContext": "x-ms-encryption-context",
-           "encryptionKeySha256": "x-ms-encryption-key-sha256",
-           "encryptionScope": "x-ms-encryption-scope",
-           "etag": "\"0x22769D26D3F3740\"",
-           "group": "x-ms-group",
-           "immutabilityPolicyMode": "x-ms-immutability-policy-mode",
-           "immutabilityPolicyUntilDate": "x-ms-immutability-policy-until-date",
-           "incrementalCopy": "x-ms-incremental-copy",
-           "lastAccessTime": "x-ms-last-access-time",
-           "lastModified": "last-modified",
-           "leaseDuration": "x-ms-lease-duration",
-           "leaseState": "x-ms-lease-state",
-           "leaseStatus": "x-ms-lease-status",
-           "legalHold": "x-ms-legal-hold",
-           "owner": "x-ms-owner",
-           "permissions": "x-ms-permissions",
-           "requestId": "75b87ee3-a7f7-468d-b7d1-e7e7b3173dab",
-           "resourceType": "x-ms-resource-type",
-           "serverEncrypted": "x-ms-server-encrypted",
-           "tagCount": "x-ms-tag-count",
-           "vary": "vary",
-           "version": "2025-01-05",
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/list/get.workflow
Stack Traces | 0.259s run time
Error: Custom message:
  Equality failed for ".../test/list/get.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 13
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "createdDateTime": "2025-03-12T19:38:40Z",
-         "description": "My List 1",
-         "displayName": "list1",
-         "id": "58a279af-1f06-4392-a5ed-2b37fa1d6c1d",
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "name": "list1",
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/item/getAllLimitSimplify.workflow
Stack Traces | 0.26s run time
Error: Custom message:
  Equality failed for ".../test/item/getAllLimitSimplify.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 24
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "createdDateTime": "2025-03-12T22:18:18Z",
-         "fields": Object {
-           "Title": "Item 1",
-         },
-         "id": "item1",
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list/1_.000",
-       },
-     },
-     Object {
-       "json": Object {
-         "createdDateTime": "2025-03-12T22:18:18Z",
-         "fields": Object {
-           "Title": "Item 2",
-         },
-         "id": "item2",
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list/1_.000",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/item/delete.workflow
Stack Traces | 0.264s run time
Error: Custom message:
  Equality failed for ".../test/item/delete.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "deleted": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/container/container_get.workflow
Stack Traces | 0.265s run time
Error: Custom message:
  Equality failed for ".../test/container/container_get.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 25
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "metadata": Object {
-           "key1": "field1",
-         },
-         "name": "mycontainer",
-         "properties": Object {
-           "blobPublicAccess": "blob",
-           "contentLength": 0,
-           "date": "Wed, 29 Jan 2025 08:43:08 GMT",
-           "etag": "\"0x8DD3FBA74CF3620\"",
-           "hasImmutabilityPolicy": false,
-           "hasLegalHold": false,
-           "lastModified": "Tue, 28 Jan 2025 16:40:21 GMT",
-           "leaseDuration": "infinite",
-           "leaseState": "available",
-           "leaseStatus": "unlocked",
-           "requestId": "49edb268-b01e-0053-6e29-72d574000000",
-           "server": "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0",
-           "version": "2020-10-02",
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Query Items nodes/Microsoft/AzureCosmosDb/test/item/query.workflow
Stack Traces | 0.266s run time
Error: Custom message:
  Equality failed for ".../test/item/query.workflow" at node "queryItems"

expect(received).toEqual(expected) // deep equality

- Expected  - 8
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "id": "User1",
-         "key1": "value",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/blob/blob_getAll.workflow
Stack Traces | 0.269s run time
Error: Custom message:
  Equality failed for ".../test/blob/blob_getAll.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 42
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "name": "myblob1",
-         "properties": Object {
-           "accessTier": "Hot",
-           "accessTierChangeTime": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "accessTierInferred": true,
-           "blobType": "BlockBlob",
-           "contentLength": 37,
-           "contentMD5": "aWQGHD8kGQd5ZtEN/S1/aw==",
-           "contentType": "application/json",
-           "creationTime": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "etag": "0x1F8268B228AA730",
-           "lastModified": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "leaseState": "available",
-           "leaseStatus": "unlocked",
-           "serverEncrypted": true,
-         },
-       },
-     },
-     Object {
-       "json": Object {
-         "name": "myblob1",
-         "properties": Object {
-           "accessTier": "Hot",
-           "accessTierChangeTime": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "accessTierInferred": true,
-           "blobType": "BlockBlob",
-           "contentLength": 37,
-           "contentMD5": "aWQGHD8kGQd5ZtEN/S1/aw==",
-           "contentType": "application/json",
-           "creationTime": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "etag": "0x1F8268B228AA730",
-           "lastModified": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "leaseState": "available",
-           "leaseStatus": "unlocked",
-           "serverEncrypted": true,
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/item/create.workflow
Stack Traces | 0.269s run time
Error: Custom message:
  Equality failed for ".../test/item/create.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 71
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://mydomain.sharepoint..../site1/_api/v2.0/$metadata#listItems/$entity",
-         "@odata.etag": "\"625d681e-2ce3-4c2b-a490-7c8404a31427,1\"",
-         "contentType": Object {
-           "id": "0x0100362657F7588C5C438072A77E0EF184F4000272C0D1046D984B8097B3C00D199EDE",
-           "name": "Item",
-         },
-         "createdBy": Object {
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-25T20:07:23Z",
-         "eTag": "\"625d681e-2ce3-4c2b-a490-7c8404a31427,1\"",
-         "fields": Object {
-           "@odata.etag": "\"625d681e-2ce3-4c2b-a490-7c8404a31427,1\"",
-           "AppAuthorLookupId": "1",
-           "AppEditorLookupId": "1",
-           "Attachments": false,
-           "AuthorLookupId": "1",
-           "AverageRating": 1,
-           "ContentType": "Item",
-           "Created": "2025-03-25T20:07:23Z",
-           "Edit": "",
-           "EditorLookupId": "1",
-           "FolderChildCount": "0",
-           "ID": 1,
-           "ItemChildCount": "0",
-           "LinkTitle": "Title 1",
-           "LinkTitleNoMenu": "Title 1",
-           "Modified": "2025-03-25T20:07:23Z",
-           "Title": "Title 1",
-           "_ComplianceFlags": "",
-           "_ComplianceTag": "",
-           "_ComplianceTagUserId": "",
-           "_ComplianceTagWrittenTime": "",
-           "_UIVersionString": "1.0",
-           "bool": true,
-           "choice": "Choice 1",
-           "currency": 1,
-           "datetime": "2025-03-24T07:00:00Z",
-           "image": "{\"type\":\"thumbnail\",\"fileName\":\"file.jpg\",\"nativeFile\":{},\"fieldName\":\"Picture\",\"serverUrl\":\"https://mydomain.sharepoint.com\",\"fieldId\":\"image\",\"serverRelativeUrl\":\".../Lists/list1/file.jpg\",\"id\":\"image\"}",
-           "number": 1,
-         },
-         "fields@odata.navigationLink": ".../items/1/fields",
-         "id": "1",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-25T20:07:23Z",
-         "parentReference": Object {
-           "id": "0ead9135-9622-4b6d-b319-6b8810a6dc60",
-           "listId": "list1",
-           "siteId": "site1",
-         },
-         "webUrl": "https://mydomain.sharepoint..../Lists/test/41_.000",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/item/update.workflow
Stack Traces | 0.271s run time
Error: Custom message:
  Equality failed for ".../test/item/update.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 64
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://mydomain.sharepoint..../site1/_api/v2.0/$metadata#listItems/$entity",
-         "@odata.etag": "\"cc40561f-3d3b-4cfb-b8a9-8af9d71de3f0,2\"",
-         "contentType": Object {
-           "id": "0x010010D603DC4CF2DF4BB8A2D75DCB4BB1B30037A4993FB4DEB0439C3DC6DEC95A9DF8",
-           "name": "Item",
-         },
-         "createdBy": Object {
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-25T12:26:12Z",
-         "eTag": "\"cc40561f-3d3b-4cfb-b8a9-8af9d71de3f0,2\"",
-         "fields": Object {
-           "@odata.etag": "\"cc40561f-3d3b-4cfb-b8a9-8af9d71de3f0,2\"",
-           "AppAuthorLookupId": "5",
-           "AppEditorLookupId": "5",
-           "Attachments": false,
-           "AuthorLookupId": "7",
-           "ContentType": "Item",
-           "Created": "2025-03-25T12:26:12Z",
-           "Edit": "",
-           "EditorLookupId": "7",
-           "FolderChildCount": "0",
-           "ID": "item1",
-           "ItemChildCount": "0",
-           "LinkTitle": "Title 2",
-           "LinkTitleNoMenu": "Title 2",
-           "Modified": "2025-03-25T12:26:46Z",
-           "Title": "Title 2",
-           "_ComplianceFlags": "",
-           "_ComplianceTag": "",
-           "_ComplianceTagUserId": "",
-           "_ComplianceTagWrittenTime": "",
-           "_UIVersionString": "2.0",
-         },
-         "fields@odata.navigationLink": ".../items/item1/fields",
-         "id": "item1",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-25T12:26:46Z",
-         "parentReference": Object {
-           "id": "84070a73-ea24-463c-8eb2-0e9afa11c63f",
-           "listId": "list1",
-           "siteId": "site1",
-         },
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list/3_.000",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/container/container_delete.workflow
Stack Traces | 0.273s run time
Error: Custom message:
  Equality failed for ".../test/container/container_delete.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "contentLength": 0,
-         "date": "Wed, 29 Jan 2025 08:38:21 GMT",
-         "requestId": "ca3a8907-601e-0050-1929-723410000000",
-         "server": "Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0",
-         "version": "2020-10-02",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM - Update User nodes/Aws/IAM/test/user/update.workflow
Stack Traces | 0.276s run time
Error: Custom message:
  Equality failed for ".../test/user/update.workflow" at node "AWS IAM12"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "UpdateUserResponse": Object {
-           "ResponseMetadata": Object {
-             "RequestId": "bdb4a8b5-627a-41a7-aba9-5733b7869c16",
-           },
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM - Delete Group nodes/Aws/IAM/test/group/delete.workflow
Stack Traces | 0.277s run time
Error: Custom message:
  Equality failed for ".../test/group/delete.workflow" at node "AWS IAM13"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "DeleteGroupResponse": Object {
-           "ResponseMetadata": Object {
-             "RequestId": "b9cc2642-db2c-4935-aaaf-eacf10e4f00a",
-           },
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM - Get Group nodes/Aws/IAM/test/group/get.workflow
Stack Traces | 0.284s run time
Error: Custom message:
  Equality failed for ".../test/group/get.workflow" at node "getGroup"

expect(received).toEqual(expected) // deep equality

- Expected  - 23
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "Arn": "arn:aws:iam::130450532146:.../New/Path/GroupNameUpdated2",
-         "CreateDate": 1739193696,
-         "GroupId": "AGPAR4X3VE4ZKHNKBQHBZ",
-         "GroupName": "GroupNameUpdated2",
-         "Path": "/New/Path/",
-         "Users": Array [
-           Object {
-             "Arn": "arn:aws:iam::130450532146:.../rhis/path/Jonas",
-             "CreateDate": 1739198295,
-             "PasswordLastUsed": null,
-             "Path": "/rhis/path/",
-             "PermissionsBoundary": null,
-             "Tags": null,
-             "UserId": "AIDAR4X3VE4ZDJJFKI6OU",
-             "UserName": "Jonas",
-           },
-         ],
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/list/getAll.workflow
Stack Traces | 0.291s run time
Error: Custom message:
  Equality failed for ".../test/list/getAll.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 24
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "createdDateTime": "2025-03-12T19:38:40Z",
-         "description": "My List 1",
-         "displayName": "list1",
-         "id": "58a279af-1f06-4392-a5ed-2b37fa1d6c1d",
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "name": "list1",
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list",
-       },
-     },
-     Object {
-       "json": Object {
-         "createdDateTime": "2025-03-12T19:38:40Z",
-         "description": "My List 2",
-         "displayName": "list2",
-         "id": "58a279af-1f06-4392-a5ed-2b37fa1d6c1d",
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "name": "list2",
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/blob/blob_delete.workflow
Stack Traces | 0.301s run time
Error: Custom message:
  Equality failed for ".../test/blob/blob_delete.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "clientRequestId": "x-ms-client-request-id",
-         "date": "Thu, 23 Jan 2025 17:53:23 GMT",
-         "deleteTypePermanent": true,
-         "requestId": "75b87ee3-a7f7-468d-b7d1-e7e7b3173dab",
-         "version": "2025-01-05",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/item/getAll.workflow
Stack Traces | 0.303s run time
Error: Custom message:
  Equality failed for ".../test/item/getAll.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 126
+ Received  +   1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://mydomain.sharepoint..../site1/_api/v2.0/$metadata#listItems/$entity",
-         "@odata.etag": "\"07bfcdd5-450d-48ce-8dc3-04f7f59edc5f,1\"",
-         "contentType": Object {
-           "id": "0x010010D603DC4CF2DF4BB8A2D75DCB4BB1B30037A4993FB4DEB0439C3DC6DEC95A9DF8",
-           "name": "Item",
-         },
-         "createdBy": Object {
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-12T22:18:18Z",
-         "eTag": "\"07bfcdd5-450d-48ce-8dc3-04f7f59edc5f,1\"",
-         "fields": Object {
-           "@odata.etag": "\"07bfcdd5-450d-48ce-8dc3-04f7f59edc5f,1\"",
-           "AppAuthorLookupId": "5",
-           "AppEditorLookupId": "5",
-           "Attachments": false,
-           "AuthorLookupId": "7",
-           "ContentType": "Item",
-           "Created": "2025-03-12T22:18:18Z",
-           "Edit": "",
-           "EditorLookupId": "7",
-           "FolderChildCount": "0",
-           "ID": "item1",
-           "ItemChildCount": "0",
-           "LinkTitle": "Item 1",
-           "LinkTitleNoMenu": "Item 1",
-           "Modified": "2025-03-12T22:18:18Z",
-           "Title": "Item 1",
-           "_ComplianceFlags": "",
-           "_ComplianceTag": "",
-           "_ComplianceTagUserId": "",
-           "_ComplianceTagWrittenTime": "",
-           "_UIVersionString": "1.0",
-         },
-         "fields@odata.navigationLink": ".../items/item1/fields",
-         "id": "item1",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "parentReference": Object {
-           "id": "84070a73-ea24-463c-8eb2-0e9afa11c63f",
-           "listId": "list1",
-           "siteId": "site1",
-         },
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list/1_.000",
-       },
-     },
-     Object {
-       "json": Object {
-         "@odata.context": "https://mydomain.sharepoint..../site1/_api/v2.0/$metadata#listItems/$entity",
-         "@odata.etag": "\"07bfcdd5-450d-48ce-8dc3-04f7f59edc5f,1\"",
-         "contentType": Object {
-           "id": "0x010010D603DC4CF2DF4BB8A2D75DCB4BB1B30037A4993FB4DEB0439C3DC6DEC95A9DF8",
-           "name": "Item",
-         },
-         "createdBy": Object {
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-12T22:18:18Z",
-         "eTag": "\"07bfcdd5-450d-48ce-8dc3-04f7f59edc5f,1\"",
-         "fields": Object {
-           "@odata.etag": "\"07bfcdd5-450d-48ce-8dc3-04f7f59edc5f,1\"",
-           "AppAuthorLookupId": "5",
-           "AppEditorLookupId": "5",
-           "Attachments": false,
-           "AuthorLookupId": "7",
-           "ContentType": "Item",
-           "Created": "2025-03-12T22:18:18Z",
-           "Edit": "",
-           "EditorLookupId": "7",
-           "FolderChildCount": "0",
-           "ID": "item2",
-           "ItemChildCount": "0",
-           "LinkTitle": "Item 2",
-           "LinkTitleNoMenu": "Item 2",
-           "Modified": "2025-03-12T22:18:18Z",
-           "Title": "Item 2",
-           "_ComplianceFlags": "",
-           "_ComplianceTag": "",
-           "_ComplianceTagUserId": "",
-           "_ComplianceTagWrittenTime": "",
-           "_UIVersionString": "1.0",
-         },
-         "fields@odata.navigationLink": ".../items/item1/fields",
-         "id": "item2",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "parentReference": Object {
-           "id": "84070a73-ea24-463c-8eb2-0e9afa11c63f",
-           "listId": "list1",
-           "siteId": "site1",
-         },
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list/1_.000",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/credentials/oauth2.workflow
Stack Traces | 0.305s run time
Error: Custom message:
  Equality failed for ".../test/credentials/oauth2.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 13
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "createdDateTime": "2025-03-12T19:38:40Z",
-         "description": "My List 1",
-         "displayName": "list1",
-         "id": "58a279af-1f06-4392-a5ed-2b37fa1d6c1d",
-         "lastModifiedDateTime": "2025-03-12T22:18:18Z",
-         "name": "list1",
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Get All Items nodes/Microsoft/AzureCosmosDb/test/item/getAll.workflow
Stack Traces | 0.306s run time
Error: Custom message:
  Equality failed for ".../test/item/getAll.workflow" at node "getAllItems"

expect(received).toEqual(expected) // deep equality

- Expected  - 33
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "ExtraField": "nothing serious",
-         "FamilyName": "NewNameAdded",
-         "Otherdetails": "male",
-         "Parents": Array [
-           88,
-           Object {
-             "FamilyName": "Bob",
-             "FirstName": "Thomas",
-           },
-           Object {
-             "FamilyName": null,
-             "FirstName": "Mary Kay",
-           },
-         ],
-         "This": "male",
-         "id": "John",
-       },
-     },
-     Object {
-       "json": Object {
-         "FamilyName": "NewName",
-         "id": "NewId",
-       },
-     },
-     Object {
-       "json": Object {
-         "id": "this",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/item/upsert.workflow
Stack Traces | 0.317s run time
Error: Custom message:
  Equality failed for ".../test/item/upsert.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 64
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@odata.context": "https://mydomain.sharepoint..../site1/_api/v2.0/$metadata#listItems/$entity",
-         "@odata.etag": "\"cc40561f-3d3b-4cfb-b8a9-8af9d71de3f0,2\"",
-         "contentType": Object {
-           "id": "0x010010D603DC4CF2DF4BB8A2D75DCB4BB1B30037A4993FB4DEB0439C3DC6DEC95A9DF8",
-           "name": "Item",
-         },
-         "createdBy": Object {
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-25T12:26:12Z",
-         "eTag": "\"cc40561f-3d3b-4cfb-b8a9-8af9d71de3f0,2\"",
-         "fields": Object {
-           "@odata.etag": "\"cc40561f-3d3b-4cfb-b8a9-8af9d71de3f0,2\"",
-           "AppAuthorLookupId": "5",
-           "AppEditorLookupId": "5",
-           "Attachments": false,
-           "AuthorLookupId": "7",
-           "ContentType": "Item",
-           "Created": "2025-03-25T12:26:12Z",
-           "Edit": "",
-           "EditorLookupId": "7",
-           "FolderChildCount": "0",
-           "ID": "item1",
-           "ItemChildCount": "0",
-           "LinkTitle": "Title 1",
-           "LinkTitleNoMenu": "Title 1",
-           "Modified": "2025-03-25T12:26:46Z",
-           "Title": "Title 1",
-           "_ComplianceFlags": "",
-           "_ComplianceTag": "",
-           "_ComplianceTagUserId": "",
-           "_ComplianceTagWrittenTime": "",
-           "_UIVersionString": "2.0",
-         },
-         "fields@odata.navigationLink": ".../items/item1/fields",
-         "id": "item1",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-25T12:26:46Z",
-         "parentReference": Object {
-           "id": "84070a73-ea24-463c-8eb2-0e9afa11c63f",
-           "listId": "list1",
-           "siteId": "site1",
-         },
-         "webUrl": "https://mydomain.sharepoint..../site1/Lists/name%20list/3_.000",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/blob/blob_create.workflow
Stack Traces | 0.319s run time
Error: Custom message:
  Equality failed for ".../test/blob/blob_create.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 23
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "accessControlAllowCredentials": "access-control-allow-credentials",
-         "accessControlAllowOrigin": "access-control-allow-origin",
-         "accessControlExposeHeaders": "access-control-expose-headers",
-         "contentCrc64": "x-ms-content-crc64",
-         "contentLength": 0,
-         "contentMd5": "aWQGHD8kGQd5ZtEN/S1/aw==",
-         "date": "Thu, 23 Jan 2025 17:53:23 GMT",
-         "encryptionKeySha256": "x-ms-encryption-key-sha256",
-         "encryptionScope": "x-ms-encryption-scope",
-         "etag": "\"0x22769D26D3F3740\"",
-         "keepAlive": "timeout=5",
-         "lastModified": "Thu, 23 Jan 2025 17:53:23 GMT",
-         "requestId": "75b87ee3-a7f7-468d-b7d1-e7e7b3173dab",
-         "requestServerEncrypted": true,
-         "server": "Azurite-Blob/3.33.0",
-         "version": "2025-01-05",
-         "versionId": "Thu, 23 Jan 2025 17:53:23 GMT",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Storage Node nodes/Microsoft/Storage/test/blob/blob_getAllLimitOptions.workflow
Stack Traces | 0.32s run time
Error: Custom message:
  Equality failed for ".../test/blob/blob_getAllLimitOptions.workflow" at node "Azure Storage"

expect(received).toEqual(expected) // deep equality

- Expected  - 19
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "name": "myblob1",
-         "properties": Object {
-           "blobType": "BlockBlob",
-           "contentLength": 37,
-           "contentMD5": "aWQGHD8kGQd5ZtEN/S1/aw==",
-           "contentType": "application/json",
-           "creationTime": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "etag": "0x1F8268B228AA730",
-           "lastModified": "Wed, 22 Jan 2025 18:53:15 GMT",
-           "leaseState": "available",
-           "leaseStatus": "unlocked",
-           "serverEncrypted": true,
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Get Container nodes/Microsoft/AzureCosmosDb/test/container/get.workflow
Stack Traces | 0.321s run time
Error: Custom message:
  Equality failed for ".../test/container/get.workflow" at node "Azure Cosmos DB"

expect(received).toEqual(expected) // deep equality

- Expected  - 36
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "conflictResolutionPolicy": Object {
-           "conflictResolutionPath": "/_ts",
-           "conflictResolutionProcedure": "",
-           "mode": "LastWriterWins",
-         },
-         "geospatialConfig": Object {
-           "type": "Geography",
-         },
-         "id": "container1",
-         "indexingPolicy": Object {
-           "automatic": true,
-           "excludedPaths": Array [
-             Object {
-               "path": "/\"_etag\"/?",
-             },
-           ],
-           "includedPaths": Array [
-             Object {
-               "path": "/*",
-             },
-           ],
-           "indexingMode": "consistent",
-         },
-         "partitionKey": Object {
-           "kind": "Hash",
-           "paths": Array [
-             "/id",
-           ],
-           "version": 2,
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Update Item nodes/Microsoft/AzureCosmosDb/test/item/update.workflow
Stack Traces | 0.334s run time
Error: Custom message:
  Equality failed for ".../test/item/update.workflow" at node "Azure Cosmos Db"

expect(received).toEqual(expected) // deep equality

- Expected  - 13
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "_attachments": "attachments/",
-         "_etag": "\"bb002b70-0000-0300-0000-67d9a3c70000\"",
-         "_rid": "4PVyAMPuBtoEAAAAAAAAAA==",
-         "_self": "dbs/4PVyAA==/colls/4PVyAMPuBto=/docs/4PVyAMPuBtoEAAAAAAAAAA==/",
-         "_ts": 1742316487,
-         "id": "item1",
-         "key1": "value1",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Delete Item nodes/Microsoft/AzureCosmosDb/test/item/delete.workflow
Stack Traces | 0.359s run time
Error: Custom message:
  Equality failed for ".../test/item/delete.workflow" at node "Azure Cosmos Db"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "deleted": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Create Item nodes/Microsoft/AzureCosmosDb/test/item/create.workflow
Stack Traces | 0.36s run time
Error: Custom message:
  Equality failed for ".../test/item/create.workflow" at node "Azure Cosmos Db"

expect(received).toEqual(expected) // deep equality

- Expected  - 12
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "_attachments": "attachments/",
-         "_etag": "\"bb000143-0000-0300-0000-67d9a2430000\"",
-         "_rid": "4PVyAMPuBtoEAAAAAAAAAA==",
-         "_self": "dbs/4PVyAA==/colls/4PVyAMPuBto=/docs/4PVyAMPuBtoEAAAAAAAAAA==/",
-         "_ts": 1742316099,
-         "id": "item1",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Azure Cosmos DB - Get Item nodes/Microsoft/AzureCosmosDb/test/item/get.workflow
Stack Traces | 0.386s run time
Error: Custom message:
  Equality failed for ".../test/item/get.workflow" at node "Azure Cosmos Db"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "id": "item1",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/file/update.workflow
Stack Traces | 0.468s run time
Error: Custom message:
  Equality failed for ".../test/file/update.workflow" at node "Microsoft SharePoint"

expect(received).toEqual(expected) // deep equality

- Expected  - 64
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "@content.downloadUrl": "https://mydomain.sharepoint..../_layouts/15/download.aspx?UniqueId=d86f89ab-378e-43bc-8d46-18d2f52bd603",
-         "@odata.context": "https://mydomain.sharepoint..../site1/_api/v2.0/$metadata#items/$entity",
-         "cTag": "\"c:{D86F89AB-378E-43BC-8D46-18D2F52BD603},2\"",
-         "createdBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "createdDateTime": "2025-03-13T19:23:53Z",
-         "eTag": "\"{D86F89AB-378E-43BC-8D46-18D2F52BD603},3\"",
-         "file": Object {
-           "hashes": Object {
-             "quickXorHash": "jY7BcIP9Th3EZ4PMCLrv4DnQTY4=",
-           },
-           "irmEffectivelyEnabled": false,
-           "irmEnabled": false,
-           "mimeType": "application/json",
-         },
-         "fileSystemInfo": Object {
-           "createdDateTime": "2025-03-13T19:23:53Z",
-           "lastModifiedDateTime": "2025-03-24T19:48:25Z",
-         },
-         "id": "01SPEVVYFLRFX5RDRXXRBY2RQY2L2SXVQD",
-         "lastModifiedBy": Object {
-           "application": Object {
-             "displayName": "sharepoint-n8n-test",
-             "id": "b9c26603-3c9b-4050-b848-27dfab0a52fa",
-           },
-           "user": Object {
-             "displayName": "John Doe",
-             "email": "john@doe.onmicrosoft.com",
-             "id": "5f7afebb-121d-4664-882b-a09fe6584ce0",
-           },
-         },
-         "lastModifiedDateTime": "2025-03-24T19:48:35Z",
-         "name": "file2.json",
-         "parentReference": Object {
-           "driveId": "b!HXyh83lynUOhdUenWLZcmP1mvjoj7J9Gq8YzLjqVv3W_vPrVy_93T7lzoXbjRjzK",
-           "driveType": "documentLibrary",
-           "id": "01SPEVVYBKV2ZKHGJASRA2HC7MOGBMUMAA",
-           "name": "folder1",
-           "path": "/drive/root:/folder1",
-           "siteId": "f3a17c1d-7279-439d-a175-47a758b65c98",
-         },
-         "shared": Object {
-           "effectiveRoles": Array [
-             "write",
-           ],
-           "scope": "users",
-         },
-         "size": 37,
-         "webUrl": "https://mydomain.sharepoint..../sites/site1/Shared%20Documents/folder1/file2.json",
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
AWS IAM - Delete user nodes/Aws/IAM/test/user/delete.workflow
Stack Traces | 0.745s run time
Error: Custom message:
  Equality failed for ".../test/user/delete.workflow" at node "deleteUser"

expect(received).toEqual(expected) // deep equality

- Expected  - 11
+ Received  +  1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "DeleteUserResponse": Object {
-           "ResponseMetadata": Object {
-             "RequestId": "44c7c6c0-260b-4dfd-beee-2cce8f05bed3",
-           },
-         },
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
Microsoft Entra Node User description should add user to group
Stack Traces | 0.828s run time
Error: Custom message:
  Equality failed for "should add user to group" at node "Microsoft Entra ID"

expect(received).toEqual(expected) // deep equality

- Expected  - 7
+ Received  + 1

  Array [
-   Array [
-     Object {
-       "json": Object {
-         "added": true,
-       },
-     },
-   ],
+   null,
  ]
    at .../core/nodes-testing/node-test-harness.ts:347:28
    at Array.forEach (<anonymous>)
    at NodeTestHarness.assertOutput (.../core/nodes-testing/node-test-harness.ts:308:18)
    at Object.<anonymous> (.../core/nodes-testing/node-test-harness.ts:85:9)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 issues found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="packages/core/src/execution-engine/routing-node.ts">

<violation number="1" location="packages/core/src/execution-engine/routing-node.ts:757">
P0: Rule violated: **Security Review**

**Critical security issue**: Debug `console.log` statements are logging decrypted credentials to console/stdout. The `additionalKeys` parameter can contain `$credentials` with decrypted API keys, tokens, and secrets. Remove all debug logging before merging.</violation>

<violation number="2" location="packages/core/src/execution-engine/routing-node.ts:771">
P1: Rule violated: **Security Review**

**Security issue**: Debug `console.log` is logging resolved expression values which may contain sensitive credential data or secrets. Remove debug logging before merging.</violation>

<violation number="3" location="packages/core/src/execution-engine/routing-node.ts:866">
P2: Rule violated: **Security Review**

Debug `console.log` statements should be removed before merging. These appear to be leftover debugging code (e.g., `'here for some reason'` message).</violation>

<violation number="4" location="packages/core/src/execution-engine/routing-node.ts:1094">
P1: Rule violated: **Security Review**

**Security issue**: Debug `console.log` is logging request options which may contain authentication headers, tokens, and sensitive request body data. Remove debug logging before merging.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

(typeof parameterValue === 'string' && parameterValue.charAt(0) === '=')
) {
console.log('Resolving parameter value:', parameterValue);
console.log('With additional keys:', additionalKeys);
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0: Rule violated: Security Review

Critical security issue: Debug console.log statements are logging decrypted credentials to console/stdout. The additionalKeys parameter can contain $credentials with decrypted API keys, tokens, and secrets. Remove all debug logging before merging.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/core/src/execution-engine/routing-node.ts, line 757:

<comment>**Critical security issue**: Debug `console.log` statements are logging decrypted credentials to console/stdout. The `additionalKeys` parameter can contain `$credentials` with decrypted API keys, tokens, and secrets. Remove all debug logging before merging.</comment>

<file context>
@@ -753,8 +753,10 @@ export class RoutingNode {
 			(typeof parameterValue === 'string' && parameterValue.charAt(0) === '=')
 		) {
+			console.log('Resolving parameter value:', parameterValue);
+			console.log('With additional keys:', additionalKeys);
 			const { node, workflow, mode, connectionInputData, runExecutionData } = this.context;
-			return workflow.expression.getParameterValue(
</file context>
Fix with Cubic

executeData,
returnObjectAsString,
);
console.log('Resolved to:', val);
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Rule violated: Security Review

Security issue: Debug console.log is logging resolved expression values which may contain sensitive credential data or secrets. Remove debug logging before merging.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/core/src/execution-engine/routing-node.ts, line 771:

<comment>**Security issue**: Debug `console.log` is logging resolved expression values which may contain sensitive credential data or secrets. Remove debug logging before merging.</comment>

<file context>
@@ -766,6 +768,8 @@ export class RoutingNode {
 				executeData,
 				returnObjectAsString,
 			);
+			console.log('Resolved to:', val);
+			return val;
 		}
</file context>
Fix with Cubic

}
}
}
console.log('Returning request options:', returnData);
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Rule violated: Security Review

Security issue: Debug console.log is logging request options which may contain authentication headers, tokens, and sensitive request body data. Remove debug logging before merging.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/core/src/execution-engine/routing-node.ts, line 1094:

<comment>**Security issue**: Debug `console.log` is logging request options which may contain authentication headers, tokens, and sensitive request body data. Remove debug logging before merging.</comment>

<file context>
@@ -1069,6 +1091,7 @@ export class RoutingNode {
 				}
 			}
 		}
+		console.log('Returning request options:', returnData);
 		return returnData;
 	}
</file context>
Fix with Cubic

}

if (nodeProperties.routing.send) {
console.log('here for some reason');
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Rule violated: Security Review

Debug console.log statements should be removed before merging. These appear to be leftover debugging code (e.g., 'here for some reason' message).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/core/src/execution-engine/routing-node.ts, line 866:

<comment>Debug `console.log` statements should be removed before merging. These appear to be leftover debugging code (e.g., `'here for some reason'` message).</comment>

<file context>
@@ -842,6 +863,7 @@ export class RoutingNode {
 			}
 
 			if (nodeProperties.routing.send) {
+				console.log('here for some reason');
 				let propertyName = nodeProperties.routing.send.property;
 				if (propertyName !== undefined) {
</file context>
Fix with Cubic

@blacksmith-sh
Copy link

blacksmith-sh bot commented Jan 29, 2026

Found 99 test failures on Blacksmith runners:

Failures

Test View Logs
AWS IAM - Update Group/AWS IAM - Update Group nodes/Aws/IAM/test/group/
update.workflow
View Logs
AWS IAM - Add User to Group/AWS IAM - Add User to Group nodes/Aws/IAM/test/user/
addToGroup.workflow
View Logs
AWS IAM - Delete Group/AWS IAM - Delete Group nodes/Aws/IAM/test/group/delete.workflow View Logs
AWS IAM - Delete user/AWS IAM - Delete user nodes/Aws/IAM/test/user/delete.workflow View Logs
AWS IAM - Get Group/AWS IAM - Get Group nodes/Aws/IAM/test/group/get.workflow View Logs
AWS IAM - Get User/AWS IAM - Get User nodes/Aws/IAM/test/user/get.workflow View Logs
AWS IAM - Remove User From Group/AWS IAM - Remove User From Group nodes/Aws/IAM/test/
user/removeFromGroup.workflow
View Logs
AWS IAM - Update User/AWS IAM - Update User nodes/Aws/IAM/test/user/update.workflow View Logs
Azure Cosmos DB - Create Item/Azure Cosmos DB - Create Item nodes/Microsoft/
AzureCosmosDb/test/item/create.workflow
View Logs
Azure Cosmos DB - Delete Container/Azure Cosmos DB - Delete Container nodes/Microsoft/
AzureCosmosDb/test/container/delete.workflow
View Logs
Azure Cosmos DB - Delete Item/Azure Cosmos DB - Delete Item nodes/Microsoft/
AzureCosmosDb/test/item/delete.workflow
View Logs
Azure Cosmos DB - Get All Items/Azure Cosmos DB - Get All Items nodes/Microsoft/
AzureCosmosDb/test/item/getAll.workflow
View Logs
Azure Cosmos DB - Get Container/Azure Cosmos DB - Get Container nodes/Microsoft/
AzureCosmosDb/test/container/get.workflow
View Logs
Azure Cosmos DB - Get Item/Azure Cosmos DB - Get Item nodes/Microsoft/AzureCosmosDb/
test/item/get.workflow
View Logs
Azure Cosmos DB - Query Items/Azure Cosmos DB - Query Items nodes/Microsoft/
AzureCosmosDb/test/item/query.workflow
View Logs
Azure Cosmos DB - Update Item/Azure Cosmos DB - Update Item nodes/Microsoft/
AzureCosmosDb/test/item/update.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/blob/
blob_create.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/blob/
blob_delete.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/blob/
blob_get.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/blob/
blob_getAll.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/blob/
blob_getAllLimitOptions.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/container/
container_delete.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/container/
container_get.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/credentials/
credentials_oauth2.workflow
View Logs
Azure Storage Node/Azure Storage Node nodes/Microsoft/Storage/test/credentials/
credentials_sharedKey.workflow
View Logs
Microsoft Entra Node/Microsoft Entra Node Credentials should use correct credentials View Logs
Microsoft Entra Node/Microsoft Entra Node Group description should delete group View Logs
Microsoft Entra Node/Microsoft Entra Node Group description should get group View Logs
Microsoft Entra Node/
Microsoft Entra Node Group description should get group with fields output and members
View Logs
Microsoft Entra Node/Microsoft Entra Node Group description should update group View Logs
Microsoft Entra Node/Microsoft Entra Node User description should add user to group View Logs
Microsoft Entra Node/Microsoft Entra Node User description should delete user View Logs
Microsoft Entra Node/Microsoft Entra Node User description should get user View Logs
Microsoft Entra Node/Microsoft Entra Node User description should get user with options View Logs
Microsoft Entra Node/
Microsoft Entra Node User description should remove user from group
View Logs
Microsoft Entra Node/Microsoft Entra Node User description should update user View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
credentials/oauth2.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
file/download.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
file/update.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
file/upload.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
item/create.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
item/delete.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
item/get.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
item/getAll.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
item/getAllLimitSimplify.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
item/update.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
item/upsert.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
list/get.workflow
View Logs
Microsoft SharePoint Node/Microsoft SharePoint Node nodes/Microsoft/SharePoint/test/
list/getAll.workflow
View Logs
tests/e2e/node-creator/special-nodes.spec.ts/
Node Creator Special Nodes › should add a Send and Wait for Response node
View Logs
tests/e2e/node-creator/special-nodes.spec.ts/
Node Creator Special Nodes › should correctly append a No Op node when Loop Over Items
node is added (from add button)
View Logs
tests/e2e/node-creator/special-nodes.spec.ts/
Node Creator Special Nodes › should correctly append a No Op node when Loop Over Items
node is added (from connection)
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › CAT-1253-bug-cant-run-workflow-when-unconnected-nodes-have-error
s
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for a GET request and respond with an empty body
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for a GET request and respond with custom status c
ode 201
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for a GET request and respond with last node
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for a GET request and respond with last node binar
y data
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for a GET request and respond with Respond to Webh
ook node
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for a GET request with Basic Authentication
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for a GET request with Header Authentication
View Logs
tests/e2e/nodes/webhook.spec.ts/
Webhook Trigger node › should listen for all HTTP methods (GET, POST, DELETE, HEAD, PAT
CH, PUT)
View Logs
tests/e2e/regression/ADO-2929-can-load-old-switch-node-workflows.spec.ts/
ADO-2929 can load Switch nodes › can load workflows with Switch nodes with null at conn
ection index @auth:owner
View Logs
tests/e2e/regression/SUG-121-fields-reset-after-closing-ndv.spec.ts/
SUG-121 Fields reset after closing NDV › should preserve changes to parameters after cl
osing NDV when focus panel is open
View Logs
tests/e2e/workflows/demo-diff.spec.ts/
Workflow Diff Demo › applies tidy up when tidyUp option is true
View Logs
tests/e2e/workflows/demo-diff.spec.ts/Workflow Diff Demo › can override theme to dark View Logs
tests/e2e/workflows/demo-diff.spec.ts/Workflow Diff Demo › can override theme to light View Logs
tests/e2e/workflows/demo-diff.spec.ts/
Workflow Diff Demo › ignores malformed postMessage data
View Logs
tests/e2e/workflows/demo-diff.spec.ts/
Workflow Diff Demo › ignores non-openDiff commands
View Logs
tests/e2e/workflows/demo-diff.spec.ts/
Workflow Diff Demo › renders diff view when receiving workflow data via postMessage
View Logs
tests/e2e/workflows/demo-diff.spec.ts/
Workflow Diff Demo › renders diff view with only new workflow (creation scenario)
View Logs
tests/e2e/workflows/demo-diff.spec.ts/
Workflow Diff Demo › renders diff view with only old workflow (deletion scenario)
View Logs
tests/e2e/workflows/demo-diff.spec.ts/
Workflow Diff Demo › shows waiting state initially
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › Complex Edge Cases › ADO-2931 - should handle multiple branches of the same input
with the first branch empty correctly
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › Execution Indicators - Multi-Node › should properly show node execution indicator
for multiple nodes
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should allow editing code in fullscreen in the code editors
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should change input and go back to canvas
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should not push NDV header out with a lot of code in Code node editor
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should properly show node execution indicator
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should render run errors correctly
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should show all validation errors when opening pasted node
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should show correct validation state for resource locator params
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should show input panel when node is not connected
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should show node name and version in settings
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should show up when double clicked on a node and close when Back to canvas clicke
d
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › should show validation errors only after blur or re-opening of NDV
View Logs
tests/e2e/workflows/editor/ndv/ndv-core.spec.ts/
NDV › webhook should fallback to webhookId if path is empty
View Logs
tests/e2e/workflows/editor/ndv/resource-locator.spec.ts/
Resource Locator › should render both RLC components in google sheets
View Logs
tests/e2e/workflows/editor/ndv/resource-locator.spec.ts/
Resource Locator › should reset resource locator when dependent field is changed
View Logs
tests/e2e/workflows/editor/ndv/resource-locator.spec.ts/
Resource Locator › should retrieve list options when other params throw errors
View Logs
tests/e2e/workflows/editor/ndv/resource-locator.spec.ts/
Resource Locator › should show appropriate error when credentials are not set
View Logs
tests/e2e/workflows/editor/ndv/resource-locator.spec.ts/
Resource Locator › should show appropriate error when credentials are not valid
View Logs
tests/e2e/workflows/editor/ndv/resource-locator.spec.ts/
Resource Locator › should show appropriate errors when search filter is required
View Logs
tests/e2e/workflows/editor/ndv/resource-locator.spec.ts/
Resource Locator › should show create credentials modal when clicking "add your credent
ial"
View Logs
tests/e2e/workflows/editor/routing.spec.ts/
Routing › should ask to save unsaved changes before leaving route
View Logs
tests/e2e/workflows/editor/routing.spec.ts/
Routing › should correct route after cancelling saveChangesModal
View Logs
tests/e2e/workflows/editor/routing.spec.ts/
Routing › should correct route when opening and closing NDV
View Logs
tests/e2e/workflows/editor/routing.spec.ts/
Routing › should load existing workflow when navigating with ?new=true
View Logs
tests/e2e/workflows/editor/routing.spec.ts/Routing › should open ndv via URL View Logs
tests/e2e/workflows/editor/routing.spec.ts/
Routing › should open show warning and drop nodeId from URL if it contained an unknown
nodeId
View Logs

Fix in Cursor

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants