Move deployment secret interactivity to concise internal deployment API

pull/1040/head
Kieran Prasch 2019-04-18 05:33:19 +03:00
parent a317e7f5e4
commit d9edf1fcfa
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
1 changed files with 1 additions and 0 deletions

View File

@ -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')