mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
fix(Microsoft Entra ID Node): Change Micosoft typo with Microsoft (#14452)
This commit is contained in:
parent
e0f5ba2c67
commit
af92117e76
|
|
@ -20,9 +20,9 @@ export class MicrosoftEntra implements INodeType {
|
|||
group: ['transform'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Interact with Micosoft Entra ID API',
|
||||
description: 'Interact with Microsoft Entra ID API',
|
||||
defaults: {
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionTypes.Main],
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -61,7 +61,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -73,7 +73,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.createGroup],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.createGroup],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -138,7 +138,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -152,7 +152,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -164,7 +164,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.deleteGroup],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.deleteGroup],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -208,7 +208,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -222,7 +222,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -234,7 +234,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -324,7 +324,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -338,7 +338,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -350,7 +350,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getGroupWithProperties],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.getGroupWithProperties],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -391,7 +391,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -405,7 +405,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -417,7 +417,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getGroup[0])],
|
||||
'Microsoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getGroup[0])],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -472,7 +472,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -486,7 +486,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -498,7 +498,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getGroup[0])],
|
||||
'Microsoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getGroup[0])],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -580,7 +580,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -594,7 +594,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -606,7 +606,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [
|
||||
'Microsoft Entra ID': [
|
||||
new Array(102).fill(microsoftEntraNodeResponse.getGroupWithProperties[0]),
|
||||
],
|
||||
},
|
||||
|
|
@ -678,7 +678,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -692,7 +692,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -704,7 +704,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.updateGroup],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.updateGroup],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -64,7 +64,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -76,7 +76,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.getGroup],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -56,7 +56,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -68,7 +68,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.addUserToGroup],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.addUserToGroup],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -156,7 +156,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -170,7 +170,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -182,7 +182,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.createUser],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.createUser],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -292,7 +292,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -306,7 +306,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -318,7 +318,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.deleteUser],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.deleteUser],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -362,7 +362,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -376,7 +376,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -388,7 +388,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.getUser],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.getUser],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -509,7 +509,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -523,7 +523,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -535,7 +535,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [
|
||||
'Microsoft Entra ID': [
|
||||
[
|
||||
{
|
||||
json: {
|
||||
|
|
@ -589,7 +589,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -603,7 +603,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -615,7 +615,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getUser[0])],
|
||||
'Microsoft Entra ID': [new Array(102).fill(microsoftEntraNodeResponse.getUser[0])],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -670,7 +670,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -684,7 +684,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -696,7 +696,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getUser[0])],
|
||||
'Microsoft Entra ID': [new Array(10).fill(microsoftEntraNodeResponse.getUser[0])],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -809,7 +809,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -823,7 +823,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -835,7 +835,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [
|
||||
'Microsoft Entra ID': [
|
||||
new Array(102).fill({
|
||||
json: {
|
||||
'@odata.context': 'https://graph.microsoft.com/v1.0/$metadata#users(id)/$entity',
|
||||
|
|
@ -910,7 +910,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -924,7 +924,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -936,7 +936,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.removeUserFromGroup],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.removeUserFromGroup],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
@ -1027,7 +1027,7 @@ describe('Microsoft Entra Node', () => {
|
|||
typeVersion: 1,
|
||||
position: [220, 0],
|
||||
id: '3429f7f2-dfca-4b72-8913-43a582e96e66',
|
||||
name: 'Micosoft Entra ID',
|
||||
name: 'Microsoft Entra ID',
|
||||
credentials: {
|
||||
microsoftEntraOAuth2Api: {
|
||||
id: 'Hot2KwSMSoSmMVqd',
|
||||
|
|
@ -1041,7 +1041,7 @@ describe('Microsoft Entra Node', () => {
|
|||
main: [
|
||||
[
|
||||
{
|
||||
node: 'Micosoft Entra ID',
|
||||
node: 'Microsoft Entra ID',
|
||||
type: NodeConnectionTypes.Main,
|
||||
index: 0,
|
||||
},
|
||||
|
|
@ -1053,7 +1053,7 @@ describe('Microsoft Entra Node', () => {
|
|||
},
|
||||
output: {
|
||||
nodeData: {
|
||||
'Micosoft Entra ID': [microsoftEntraNodeResponse.updateUser],
|
||||
'Microsoft Entra ID': [microsoftEntraNodeResponse.updateUser],
|
||||
},
|
||||
},
|
||||
nock: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user