From 0c4600a2e58351cefa610ecfd2bc1e32982c8256 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 4 Feb 2023 14:06:12 -0800 Subject: [PATCH] fix password fixture --- tests/lib/given_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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