From 9b2805e9487216eff27700187c37c68842868447 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 20 Feb 2023 13:12:30 -0800 Subject: [PATCH] Fix missing ShouldOrShouldNot --- tests/lib/then_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ) )