Skip to content

Commit

Permalink
fix: add tests to request object
Browse files Browse the repository at this point in the history
  • Loading branch information
lohxt1 committed Dec 16, 2024
1 parent 83bbbe3 commit e8bc32b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/bruno-electron/src/ipc/network/prepare-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ const prepareRequest = (item, collection) => {
axiosRequest.script = request.script;
}

if (request.tests) {
axiosRequest.tests = request.tests;
}

axiosRequest.vars = request.vars;
axiosRequest.collectionVariables = request.collectionVariables;
axiosRequest.folderVariables = request.folderVariables;
Expand Down

0 comments on commit e8bc32b

Please sign in to comment.