Skip to content

Commit

Permalink
Fixed failing test due to incorrect usage of collection request
Browse files Browse the repository at this point in the history
  • Loading branch information
VShingala committed Oct 1, 2024
1 parent 2ffde7a commit a779851
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a779851

Please sign in to comment.