fix password fixture

This commit is contained in:
Jonathan Wren 2023-02-04 14:06:12 -08:00
parent f2317a491b
commit 0c4600a2e5
No known key found for this signature in database

View file

@ -132,7 +132,7 @@ def config_exists(config_file, temp_dir, working_dir):
shutil.copy2(config_source, config_dest)
@given(parse('we use the password "{password}" if prompted'))
@given(parse('we use the password "{password}" if prompted'), target_fixture="password")
def use_password_forever(password):
return password