mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(Gong Node): New node (#10777)
This commit is contained in:
committed by
GitHub
parent
aa3c0dd226
commit
785b47feb3
@@ -2377,7 +2377,7 @@ export interface WorkflowTestData {
|
||||
nock?: {
|
||||
baseUrl: string;
|
||||
mocks: Array<{
|
||||
method: 'get' | 'post';
|
||||
method: 'delete' | 'get' | 'post' | 'put';
|
||||
path: string;
|
||||
requestBody?: RequestBodyMatcher;
|
||||
statusCode: number;
|
||||
|
||||
Reference in New Issue
Block a user