about summary refs log tree commit diff
path: root/nixos/tests/neo4j.nix
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-08-31 18:32:10 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-12 15:45:48 -0700
commita20d9889321c799fa1c8810a01f975dd99fe87b1 (patch)
treec8954d1d195069f56a7934d98af53219a7726126 /nixos/tests/neo4j.nix
parenta22112e88a81f192cde555562d326f938cb4b57b (diff)
nixos/neo4j: use full systemd unit name
Diffstat (limited to 'nixos/tests/neo4j.nix')
-rw-r--r--nixos/tests/neo4j.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/neo4j.nix b/nixos/tests/neo4j.nix
index 1eef7b545b7e7..1386e6a48a4d7 100644
--- a/nixos/tests/neo4j.nix
+++ b/nixos/tests/neo4j.nix
@@ -19,7 +19,7 @@ import ./make-test-python.nix {
   testScript = ''
     start_all()
 
-    server.wait_for_unit("neo4j")
+    server.wait_for_unit("neo4j.service")
     server.wait_for_open_port(7474)
     server.succeed("curl -f http://localhost:7474/")
   '';