From d9edf1fcfaefb0e926c57dbe625df77bb1982d7b Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Thu, 18 Apr 2019 05:33:19 +0300 Subject: [PATCH] Move deployment secret interactivity to concise internal deployment API --- .../eth/entities/deployers/test_deploy_preallocations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/blockchain/eth/entities/deployers/test_deploy_preallocations.py b/tests/blockchain/eth/entities/deployers/test_deploy_preallocations.py index bc71c4af1..4b2e0ad1e 100644 --- a/tests/blockchain/eth/entities/deployers/test_deploy_preallocations.py +++ b/tests/blockchain/eth/entities/deployers/test_deploy_preallocations.py @@ -21,6 +21,7 @@ import random import pytest from nucypher.blockchain.eth.deployers import UserEscrowDeployer, UserEscrowProxyDeployer +from nucypher.utilities.sandbox.constants import USER_ESCROW_PROXY_DEPLOYMENT_SECRET @pytest.fixture(scope='function')