mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-01 22:56:12 +02:00
Fix missing ShouldOrShouldNot
This commit is contained in:
parent
5af1050d9d
commit
9b2805e948
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ def config_var_on_disk(config_on_disk, journal_name, should_or_should_not, some_
|
||||||
)
|
)
|
||||||
@then(
|
@then(
|
||||||
parse(
|
parse(
|
||||||
"the config in memory {should_or_should_not} contain\n{some_yaml}",
|
"the config in memory {should_or_should_not:ShouldOrShouldNot} contain\n{some_yaml}",
|
||||||
dict(ShouldOrShouldNot=should_or_should_not_choice),
|
dict(ShouldOrShouldNot=should_or_should_not_choice),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue