mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-16 12:24:50 +02:00
feat: update warning message
This commit is contained in:
parent
0128f386da
commit
b2c540cadf
1 changed files with 1 additions and 1 deletions
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue