diff --git a/nixos/tests/searx.nix b/nixos/tests/searx.nix index 18199e6db3ed..71a9750ac275 100644 --- a/nixos/tests/searx.nix +++ b/nixos/tests/searx.nix @@ -97,7 +97,7 @@ "${pkgs.curl}/bin/curl --fail http://localhost/searx >&2" ) fancy.succeed( - "${pkgs.curl}/bin/curl --fail http://localhost/searx/static/themes/simple/js/leaflet.js >&2" + "${pkgs.curl}/bin/curl --fail http://localhost/searx/static/themes/simple/js/searxng.core.min.js >&2" ) ''; }