about summary refs log tree commit diff
diff options
context:
space:
mode:
-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"
           )
     '';
 })