diff --git a/tests/lib/given_steps.py b/tests/lib/given_steps.py index b2a651a5..95925a78 100644 --- a/tests/lib/given_steps.py +++ b/tests/lib/given_steps.py @@ -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