Skip to content

Commit

Permalink
fix sdk request
Browse files Browse the repository at this point in the history
  • Loading branch information
saksham-postman committed Sep 12, 2024
1 parent 51b756e commit bccd60d
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 bccd60d

Please sign in to comment.