From bd823c53a5c7ad7724ed3aa20df716a681e446a9 Mon Sep 17 00:00:00 2001 From: Greg Knisely Date: Fri, 16 Mar 2018 17:06:53 -0400 Subject: [PATCH] added the vahallaAdminDB var. --- features/support/hooks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/features/support/hooks.js b/features/support/hooks.js index c8bda5991..a227f9997 100644 --- a/features/support/hooks.js +++ b/features/support/hooks.js @@ -36,6 +36,7 @@ module.exports = function () { this.setOrigin(this.DEFAULT_ORIGIN); this.queryParams = {}; this.extractArgs = ''; + this.vahallaAdminDB = ''; this.contractArgs = ''; this.partitionArgs = ''; this.customizeArgs = '';