Skip to content

Commit a779851

Browse files
committed
Fixed failing test due to incorrect usage of collection request
1 parent 2ffde7a commit a779851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegens/python-http.client/test/unit/converter.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ describe('Python-http.client converter', function () {
337337
});
338338

339339
it('should generate valid snippets when url uses http protocol', function () {
340-
var request = new sdk.Request({
340+
var request = new Request({
341341
'method': 'GET',
342342
'header': [],
343343
'url': {

0 commit comments

Comments
 (0)