about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/fenics.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/fenics.nix b/nixos/tests/fenics.nix
index f0a8c32c7cd8e..1d182cfc44998 100644
--- a/nixos/tests/fenics.nix
+++ b/nixos/tests/fenics.nix
@@ -44,6 +44,6 @@ in
     { nodes, ... }:
     ''
       start_all()
-      node1.succeed("${fenicsScript}")
+      fenicsnode.succeed("${fenicsScript}")
     '';
 })