Fix missing ShouldOrShouldNot

This commit is contained in:
Micah Jerome Ellison 2023-02-20 13:12:30 -08:00
parent 5af1050d9d
commit 9b2805e948

View file

@ -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),
) )
) )