forked from extern/bruno
fix: fixed issue where env vars was not getting embedded inside xml req body (#141)
This commit is contained in:
parent
f8325b22b3
commit
bdb3051c2b
@ -42,6 +42,8 @@ const interpolateVars = (request, envVars = {}, collectionVariables ={}) => {
|
||||
request.data = interpolate(request.data);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
request.data = interpolate(request.data);
|
||||
}
|
||||
|
||||
each(request.params, (param) => {
|
||||
|
Loading…
Reference in New Issue
Block a user