mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Fixture private_validator_keys no longer used anywhere
Solution: Deleted it
This commit is contained in:
parent
48a45b2f3f
commit
356e52a1c7
@ -678,11 +678,6 @@ def node_keys():
|
|||||||
'uz8bYgoL4rHErWT1gjjrnA+W7bgD/uDQWSRKDmC8otc95wnnxJo1GxYlmh0OaqOkJaobpu13BcUcvITjRFiVgw=='}
|
'uz8bYgoL4rHErWT1gjjrnA+W7bgD/uDQWSRKDmC8otc95wnnxJo1GxYlmh0OaqOkJaobpu13BcUcvITjRFiVgw=='}
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
|
||||||
def private_validator_keys(node_keys):
|
|
||||||
return list(node_keys.items())[0]
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def priv_validator_path(node_keys):
|
def priv_validator_path(node_keys):
|
||||||
(public_key, private_key) = list(node_keys.items())[0]
|
(public_key, private_key) = list(node_keys.items())[0]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user