about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-02-22 17:28:11 +0100
committerGitHub <noreply@github.com>2024-02-22 17:28:11 +0100
commit0fac694dba17e28dca5c92b82a08cbc7f75cf0d3 (patch)
tree306f68a44c807f2ba81b7174bc428406d6651a93 /nixos
parent8d40d6f4e15924a509af5d6550d8089e01797c5b (diff)
parent16e379fa03c0f4b9d9d9f39920cf08a0b78e2ef0 (diff)
Merge pull request #290507 from dotlambda/nextcloud-notify_push-meta
nextcloud-notify_push.test_client: add meta
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/nextcloud/with-postgresql-and-redis.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nextcloud/with-postgresql-and-redis.nix b/nixos/tests/nextcloud/with-postgresql-and-redis.nix
index 855626aa2adf4..06afc589403dd 100644
--- a/nixos/tests/nextcloud/with-postgresql-and-redis.nix
+++ b/nixos/tests/nextcloud/with-postgresql-and-redis.nix
@@ -84,7 +84,7 @@ in {
         "${withRcloneEnv} ${copySharedFile}"
     )
     client.wait_for_unit("multi-user.target")
-    client.execute("${pkgs.nextcloud-notify_push.passthru.test_client}/bin/test_client http://nextcloud ${adminuser} ${adminpass} >&2 &")
+    client.execute("${pkgs.lib.getExe pkgs.nextcloud-notify_push.passthru.test_client} http://nextcloud ${adminuser} ${adminpass} >&2 &")
     client.succeed(
         "${withRcloneEnv} ${diffSharedFile}"
     )