Skip to content

Commit 852c354

Browse files
committed
remove unsupported methods from rcurl
remove unsupported methods from rcurl
1 parent 0a223c3 commit 852c354

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codegens/r-rcurl/test/newman/newman.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ describe('R-Rcurl Converter', function () {
77
var testConfig = {
88
runScript: 'Rscript codesnippet.r',
99
fileName: 'codesnippet.r',
10-
compileScript: null
10+
compileScript: null,
11+
skipCollections: ['unsupportedMethods']
12+
1113
},
1214
options = {
1315
indentType: 'Space',

0 commit comments

Comments
 (0)