about summary refs log tree commit diff
path: root/nixos/tests/searx.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-04-19 00:09:55 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-04-19 00:13:05 +0200
commitd0d77ec032d31fb22076325b018b60bbe0dc8177 (patch)
treea3ee29c19f33d9dfeec25cb8f2a87c57fbee83cc /nixos/tests/searx.nix
parent5752d0b1c14a57fbda0a37e4c9b9777ca9499dba (diff)
nixos/tests/searx: fix for 1.0 update
Diffstat (limited to 'nixos/tests/searx.nix')
-rw-r--r--nixos/tests/searx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/searx.nix b/nixos/tests/searx.nix
index 7c28eea30d207..2f808cb65266e 100644
--- a/nixos/tests/searx.nix
+++ b/nixos/tests/searx.nix
@@ -108,7 +108,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
               "${pkgs.curl}/bin/curl --fail http://localhost/searx >&2"
           )
           fancy.succeed(
-              "${pkgs.curl}/bin/curl --fail http://localhost/searx/static/js/bootstrap.min.js >&2"
+              "${pkgs.curl}/bin/curl --fail http://localhost/searx/static/themes/oscar/js/bootstrap.min.js >&2"
           )
     '';
 })