Update public-keys test accordingly.

pull/3554/head
derekpierre 2024-08-20 08:01:42 -04:00
parent c4414d3b26
commit f432c8b61f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def test_ursula_public_keys_invalid(click_runner, ursula_test_config, custom_fil
ursula_config_file = custom_filepath / "ursula-test.json"
ursula_test_config._write_configuration_file(filepath=ursula_config_file)
expected_error = "Exactly one of --keystore-filepath, --config-file, or --from-mnemonic must be specified"
expected_error = "At most, one of --keystore-filepath, --config-file, or --from-mnemonic must be specified"
# config-file and keystore-filepath
public_keys_args = (