mirror of https://github.com/nucypher/nucypher.git
Fake cert filepath for Vlad here too.
parent
242dbb9b50
commit
706614cd93
|
@ -121,7 +121,7 @@ def test_vladimir_uses_his_own_signing_key(blockchain_alice, blockchain_ursulas)
|
|||
|
||||
# However, the actual handshake proves him wrong.
|
||||
with pytest.raises(vladimir.InvalidNode):
|
||||
vladimir.verify_node(blockchain_alice.network_middleware)
|
||||
vladimir.verify_node(blockchain_alice.network_middleware, certificate_filepath="doesn't matter")
|
||||
|
||||
|
||||
def test_emit_warning_upon_new_version(ursula_federated_test_config, caplog):
|
||||
|
|
Loading…
Reference in New Issue