From 3d0e35f2a269444d034b63fa960280ef62e3a65e Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Mon, 1 Apr 2019 18:44:29 -0700 Subject: [PATCH] Fix test for deviceConfig.getDefaults with the addition of SUPERVISOR_INSTANT_UPDATE_TRIGGER Signed-off-by: Pablo Carranza Velez --- test/13-device-config.spec.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/test/13-device-config.spec.coffee b/test/13-device-config.spec.coffee index 5978562d..51b71ceb 100644 --- a/test/13-device-config.spec.coffee +++ b/test/13-device-config.spec.coffee @@ -178,6 +178,7 @@ describe 'DeviceConfig', -> SUPERVISOR_DELTA_RETRY_COUNT: '30', SUPERVISOR_DELTA_RETRY_INTERVAL: '10000', SUPERVISOR_DELTA_VERSION: '2', + SUPERVISOR_INSTANT_UPDATE_TRIGGER: 'true', SUPERVISOR_OVERRIDE_LOCK: 'false', SUPERVISOR_PERSISTENT_LOGGING: 'false', })