From a5568775aef0a73c792958b7045b00731b76f117 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 20 Dec 2021 10:19:21 -0700 Subject: [PATCH] fixed linting issue 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 41f0e920..e7e6b4e1 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -67,5 +67,5 @@ setup() { cd "$TESTDIR" run "$DAGGER" --europa up ./plan/inputs/secrets/invalid_command.cue assert_failure - assert_output --partial 'failed: exec: "rtyet": executable file not found in $PATH' + assert_output --partial 'failed: exec: "rtyet": executable file not found' }