From ca5650416295be449db1ae62d6d402f4b61dcbb0 Mon Sep 17 00:00:00 2001 From: Konstantin Shuplenkov Date: Thu, 28 May 2020 17:29:20 +0300 Subject: [PATCH] refactor: actualize drive env variables (#270) --- lib/test/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test/bootstrap.js b/lib/test/bootstrap.js index e1cddf116..b0127a7eb 100644 --- a/lib/test/bootstrap.js +++ b/lib/test/bootstrap.js @@ -54,7 +54,7 @@ if (process.env.SERVICE_IMAGE_DRIVE) { container: { image: process.env.SERVICE_IMAGE_DRIVE, envs: [ - 'IDENTITY_ENABLE_LOCK_TX_ONE_BLOCK_CONFIRMATION_FALLBACK=true', + 'IDENTITY_ENABLE_ASSET_LOCK_TX_ONE_BLOCK_CONFIRMATION_FALLBACK=true', ], }, });