mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Microsoft Entra ID Node): New node (#11779)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
committed by
GitHub
parent
52ae02abaa
commit
3006ccf41b
@@ -2451,7 +2451,7 @@ export interface WorkflowTestData {
|
||||
nock?: {
|
||||
baseUrl: string;
|
||||
mocks: Array<{
|
||||
method: 'delete' | 'get' | 'post' | 'put';
|
||||
method: 'delete' | 'get' | 'patch' | 'post' | 'put';
|
||||
path: string;
|
||||
requestBody?: RequestBodyMatcher;
|
||||
statusCode: number;
|
||||
|
||||
Reference in New Issue
Block a user