about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/by-name/ta/taskchampion-sync/test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/by-name/ta/taskchampion-sync/test.nix b/tests/by-name/ta/taskchampion-sync/test.nix
index 830b79a..cdbe062 100644
--- a/tests/by-name/ta/taskchampion-sync/test.nix
+++ b/tests/by-name/ta/taskchampion-sync/test.nix
@@ -133,7 +133,7 @@ nixos-lib.runTest {
           task_client2.succeed("task add 'First task -- task_client2'")
 
       # Wait for the server to acquire the acme certificate
-      task_client1.wait_until_succeed("curl https://taskchampion.server")
+      task_client1.wait_until_succeeds("curl https://taskchampion.server")
 
       with subtest("Can sync tasks"):
           for task in [task_client1, task_client2]: