Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed failing test due to incorrect usage of collection request
  • Loading branch information
VShingala committed Oct 1, 2024
commit a77985152a83ef25412222ecfee0a0d9929582c0
2 changes: 1 addition & 1 deletion codegens/python-http.client/test/unit/converter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ describe('Python-http.client converter', function () {
});

it('should generate valid snippets when url uses http protocol', function () {
var request = new sdk.Request({
var request = new Request({
'method': 'GET',
'header': [],
'url': {
Expand Down