diff --git a/integration-tests/bats/docker-entrypoint.bats b/integration-tests/bats/docker-entrypoint.bats index 999580271d..dc12a2b358 100644 --- a/integration-tests/bats/docker-entrypoint.bats +++ b/integration-tests/bats/docker-entrypoint.bats @@ -460,7 +460,7 @@ EOF echo "DEBUG: Container logs:" docker logs "$cname" >/tmp/${cname}.log 2>&1 || true cat /tmp/${cname}.log - [[ "$(cat /tmp/"${cname}".log)" =~ "Failed to load the global config|invalid character|JSON|syntax error" ]] || false + [[ "$(cat /tmp/"${cname}".log)" =~ "Failed to load the global config" ]] || false # Cleanup rm -rf /tmp/test-config