about summary refs log tree commit diff
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, 1 insertions, 0 deletions
diff --git a/nixos/tests/evcc.nix b/nixos/tests/evcc.nix
index 0fc261142f787..c223977a9d827 100644
--- a/nixos/tests/evcc.nix
+++ b/nixos/tests/evcc.nix
@@ -87,6 +87,7 @@ 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"):