From b2c540cadf1af10600b62dad939e4278af24e44e Mon Sep 17 00:00:00 2001 From: aartoni Date: Tue, 13 May 2025 11:33:31 +0200 Subject: [PATCH] feat: update warning message --- .../set3/container_configuration/env_vars_from_files.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/parallel/set3/container_configuration/env_vars_from_files.bats b/test/tests/parallel/set3/container_configuration/env_vars_from_files.bats index c3a25194..135de734 100644 --- a/test/tests/parallel/set3/container_configuration/env_vars_from_files.bats +++ b/test/tests/parallel/set3/container_configuration/env_vars_from_files.bats @@ -68,7 +68,7 @@ function teardown_file() { run docker logs "${CONTAINER_NAME}" assert_success - assert_line --partial "Ignoring TEST_ENV since TEST_ENV__FILE is also set" + assert_line --partial "ENV value will not be sourced from 'ENABLE_POP3__FILE' since 'ENABLE_POP3' is already set" } @test "Referencing a non-existent file logs an error" {