nixos/rspamd: fix tests, postfix now always throws warnings

This commit is contained in:
Franz Pletz 2025-03-18 23:11:52 +01:00
parent 5bcb173eb1
commit 00996c9f33
No known key found for this signature in database
GPG key ID: EA0080A44798F201

View file

@ -320,7 +320,6 @@ in
machine.wait_until_fails('[ "$(postqueue -p)" != "Mail queue is empty" ]')
machine.fail("journalctl -u postfix | grep -i error >&2")
machine.fail("journalctl -u postfix | grep -i warning >&2")
'';
};
}