From 9180878cf1732b2e9040ed3a24e1d239408f5380 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 11 Jan 2022 15:28:43 -0700 Subject: [PATCH] fix test Signed-off-by: Richard Jones --- tests/plan.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plan.bats b/tests/plan.bats index e81a2afc..f7f962f3 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -76,7 +76,7 @@ setup() { run "$DAGGER" --europa up ./plan/inputs/secrets/invalid_command_options.cue assert_failure - assert_output --partial 'illegal option' + assert_output --partial 'option' } @test "plan/with" {