Skip to content

Commit 216e504

Browse files
committed
Update newman.test.js
skip unsupportedmethods axios
1 parent c871637 commit 216e504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegens/nodejs-axios/test/newman/newman.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ describe('Convert for different types of request', function () {
77
compileScript: null,
88
runScript: 'node run.js',
99
fileName: 'run.js',
10-
headerSnippet: '/* eslint-disable */\n'
10+
headerSnippet: '/* eslint-disable */\n',
11+
skipCollections: ['unsupportedMethods']
1112
};
1213

1314
runNewmanTest(convert, options, testConfig);
@@ -20,7 +21,6 @@ describe('Convert for different types of request', function () {
2021
fileName: 'run.js',
2122
headerSnippet: '/* eslint-disable */\n',
2223
skipCollections: ['unsupportedMethods']
23-
2424
};
2525

2626
runNewmanTest(convert, options, testConfig);

0 commit comments

Comments
 (0)