1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

tests: small adjustments (#3772)

This commit is contained in:
Georg Lauterbach
2024-01-14 23:14:03 +01:00
committed by GitHub
parent f794f65caa
commit 3a142f9726
6 changed files with 22 additions and 23 deletions

View File

@@ -95,7 +95,7 @@ function teardown() { _default_teardown ; }
function _should_send_spam_message() {
_wait_for_smtp_port_in_container
_wait_for_tcp_port_in_container 10024 # port 10024 is for Amavis
_send_email --from 'spam@external.tld' --data 'amavis/spam.txt'
_send_spam
}
function _should_be_received_by_amavis() {