diff --git a/tests/characters/test_ursula_prepares_to_act_as_mining_node.py b/tests/characters/test_ursula_prepares_to_act_as_mining_node.py index c1bcfc711..bbb02a381 100644 --- a/tests/characters/test_ursula_prepares_to_act_as_mining_node.py +++ b/tests/characters/test_ursula_prepares_to_act_as_mining_node.py @@ -127,4 +127,4 @@ 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") diff --git a/tests/config/test_keyring.py b/tests/config/test_keyring.py index 13a009c8f..87324bf45 100644 --- a/tests/config/test_keyring.py +++ b/tests/config/test_keyring.py @@ -26,7 +26,6 @@ def test_generate_alice_keyring(tmpdir): password=password, encrypting=True, wallet=False, - tls=False, keyring_root=tmpdir )