From 0015c62303e542db771959d5b9c1140a13df59a7 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Tue, 20 Oct 2020 15:02:31 +0200 Subject: [PATCH] Fix linter issue --- test/config/duplicate_config_test/marker | 2 +- test/test_helper.bats | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/config/duplicate_config_test/marker b/test/config/duplicate_config_test/marker index c4f3e5df..9344493a 100644 --- a/test/config/duplicate_config_test/marker +++ b/test/config/duplicate_config_test/marker @@ -1 +1 @@ -This marker file is there to identify the correct config being copied \ No newline at end of file +This marker file is there to identify the correct config being copied diff --git a/test/test_helper.bats b/test/test_helper.bats index ed6429a9..7473241d 100644 --- a/test/test_helper.bats +++ b/test/test_helper.bats @@ -120,7 +120,7 @@ load 'test_helper/common' path="$(duplicate_config_for_container duplicate_config_test)" run cat "$path/marker" - assert_output "This marker file is there to identify the correct config being copied" + assert_line "This marker file is there to identify the correct config being copied" run duplicate_config_for_container non-existant-source-folder "${BATS_TEST_NAME}2" assert_failure