chore(deps): bump + refactor: removed absolute code

This commit is contained in:
Liyas Thomas
2020-12-16 23:53:08 +05:30
parent 9e166774ef
commit 29a4dee91b
3 changed files with 95 additions and 106 deletions

View File

@@ -1407,12 +1407,6 @@ export default {
this.testsEnabled = entry.usesPostScripts
if (this.settings.SCROLL_INTO_ENABLED) this.scrollInto("request")
},
getVariablesFromPreRequestScript() {
if (!this.preRequestScript) {
return {}
}
return getEnvironmentVariablesFromScript(this.preRequestScript)
},
async makeRequest(auth, headers, requestBody, preRequestScript) {
const requestOptions = {
method: this.method,