summaryrefslogtreecommitdiffstats
path: root/nixos/tests/evcc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/evcc.nix')
-rw-r--r--nixos/tests/evcc.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/evcc.nix b/nixos/tests/evcc.nix
index c223977a9d82..b445735ede98 100644
--- a/nixos/tests/evcc.nix
+++ b/nixos/tests/evcc.nix
@@ -88,7 +88,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
with subtest("Check journal for errors"):
_, output = machine.execute("journalctl -o cat -u evcc.service")
assert "FATAL" not in output
- assert "ERROR" not in output
with subtest("Check systemd hardening"):
_, output = machine.execute("systemd-analyze security evcc.service | grep -v '✓'")