fix: smtp tests with latest smtp4dev version

This commit is contained in:
Ferdinand Mütsch
2025-04-11 14:02:11 +02:00
parent 4ca7d79112
commit 5a2994fe47
4 changed files with 1235 additions and 1221 deletions

View File

@@ -2,7 +2,7 @@
set -o nounset -o errexit -o pipefail
cleanup() {
echo "Stopping and removing smtpdev ..."
echo "Stopping and removing existing smtp4dev instances ..."
docker stop smtp4dev_wakapi &> /dev/null || true
docker rm -f smtp4dev_wakapi &> /dev/null
}