about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-07 14:21:53 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-07 14:21:53 +0200
commit95e41b5d8cd3f9261318e40852ec19dc28f70035 (patch)
treebfd0e1d6379fb84e44e717f6ef4f8607e36666c3 /tests
parenttests/{atuin-sync,email-{dns,http},sharkey,taskchampion-sync}: Share acme setup (diff)
downloadnixos-server-95e41b5d8cd3f9261318e40852ec19dc28f70035.zip
tests/taskchampion-sync: Use correct test function name
`wait_until_succeed` is not defined, but `wait_until_succeeds` is.
Diffstat (limited to '')
-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]: