mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
refactor: post response lifecyle execution
This commit is contained in:
@@ -165,7 +165,7 @@ const evaluateRhsOperand = (rhsOperand, operator, context) => {
|
||||
const interpolationContext = {
|
||||
collectionVariables: context.bru.collectionVariables,
|
||||
envVariables: context.bru.envVariables,
|
||||
processEnvVars: context.bu.processEnvVars
|
||||
processEnvVars: context.bru.processEnvVars
|
||||
};
|
||||
|
||||
// gracefully allow both a,b as well as [a, b]
|
||||
|
||||
Reference in New Issue
Block a user