mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
fix password fixture
This commit is contained in:
parent
f2317a491b
commit
0c4600a2e5
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def config_exists(config_file, temp_dir, working_dir):
|
||||||
shutil.copy2(config_source, config_dest)
|
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):
|
def use_password_forever(password):
|
||||||
return password
|
return password
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue