nixosTests.searx: fix fancy test

This commit is contained in:
⛧-440729 [sophie]
2025-10-20 09:37:38 +02:00
parent 5ac0f43972
commit bc8a13da0b
+1 -1
View File
@@ -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"
)
'';
}