mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 09:23:17 +01:00
fix: fixed issue where env vars was not getting embedded inside xml req body (#141)
This commit is contained in:
parent
78251c530c
commit
f8325b22b3
@ -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