mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(Microsoft Entra ID Node): Change Micosoft typo with Microsoft (#14452)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user