summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/configuration.nix1
-rwxr-xr-xtests/run-tests.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/configuration.nix b/tests/configuration.nix
index a1ccf52..4eec59e 100644
--- a/tests/configuration.nix
+++ b/tests/configuration.nix
@@ -34,7 +34,6 @@ in {
services.nginx.virtualHosts = {
quentin = nginxMakeLocal 8080;
searx = nginxMakeLocal 8081;
- money = nginxMakeLocal 8082;
rss = nginxMakeLocal 8083;
webkeydirectory = nginxMakeLocal 8084;
};
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index 4fbfb43..f676a96 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -24,7 +24,6 @@ echo Checking that all the services are running :
declare -A PORTS
PORTS[quentin]=8080
PORTS[searx]=8081
-PORTS[money]=8082
PORTS[rss]=8083
PORTS[openpgpkey]=8084
for SERVICE in "${!PORTS[@]}"