Skip to content

Commit 4d6571a

Browse files
committed
Update test dependencies
1 parent 589d9d5 commit 4d6571a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegens/kotlin-okhttp/test/newman/newman.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ describe('convert for different request types', function () {
55
let options = {indentCount: 3, indentType: 'Space', includeBoilerplate: true},
66
testConfig = {
77
compileScript: null,
8-
runScript: 'kotlinc -script main.kts -cp okhttp-4.9.0.jar:okio-2.10.0.jar',
8+
runScript: 'kotlinc -script main.kts -cp okhttp-4.10.0.jar:okio-2.10.0.jar',
99
fileName: 'main.kts',
10-
skipCollections: ['redirectCollection']
10+
skipCollections: ['redirectCollection', 'unsupportedMethods']
1111
};
1212
runNewmanTest(convert, options, testConfig);
1313
});
-7.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)