diff --git a/tests/lib/then_steps.py b/tests/lib/then_steps.py index 8f28fc1d..506aab19 100644 --- a/tests/lib/then_steps.py +++ b/tests/lib/then_steps.py @@ -201,7 +201,7 @@ def config_var_on_disk(config_on_disk, journal_name, should_or_should_not, some_ ) @then( 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), ) )