diff --git a/test/functional/transactions_tests.js b/test/functional/transactions_tests.js index 61416a5fe0b..554271d984b 100644 --- a/test/functional/transactions_tests.js +++ b/test/functional/transactions_tests.js @@ -332,6 +332,11 @@ function testOperation(operation, obj, context) { return; } + if (key === 'options') { + Object.assign(opOptions, operation.arguments[key]); + return; + } + opOptions[key] = operation.arguments[key]; }); }