feat: update warning message

This commit is contained in:
aartoni 2025-05-13 11:33:31 +02:00
parent 0128f386da
commit b2c540cadf

View file

@ -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" {