From 00996c9f33e3f7400ee51887e0f0b8dfadf3fa9c Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 18 Mar 2025 23:11:52 +0100 Subject: [PATCH] nixos/rspamd: fix tests, postfix now always throws warnings --- nixos/tests/rspamd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/rspamd.nix b/nixos/tests/rspamd.nix index 603b59a52e4b..7dcfe959931e 100644 --- a/nixos/tests/rspamd.nix +++ b/nixos/tests/rspamd.nix @@ -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") ''; }; }