diff --git a/lib/tests.sh b/lib/tests.sh index 872e475..ef647b0 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -268,7 +268,7 @@ _VALIDATE_THAT_APP_CAN_BE_ACCESSED () { log_debug "Running curl $check_domain$curl_check_path" # Call cURL to try to access to the URL of the app - LXC_EXEC "curl --location --insecure --silent --show-error \ + LXC_EXEC "curl --location --insecure --silent --show-error --cookie /dev/null \ --header 'Host: $check_domain' \ --resolve $DOMAIN:80:$LXC_IP \ --resolve $DOMAIN:443:$LXC_IP \