Merge pull request #119529 from Lassulus/searx_1.0.0

searx: 0.18.0 -> 1.0.0
This commit is contained in:
Michele Guerini Rocco
2021-04-19 00:38:09 +02:00
committed by GitHub
2 changed files with 29 additions and 15 deletions
+1 -1
View File
@@ -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"
)
'';
})