@ -57,3 +57,5 @@ then
echo "Did not see a valid request to changedetection.io in the squid logs (while checking preferred proxy - squid two)"
exit 1
fi
docker kill squid-one squid-two squid-custom
@ -33,7 +33,7 @@ def test_select_custom(client, live_server):
)
assert b"1 Imported" in res.data
wait_for_all_checks(client)
time.sleep(3)
res = client.get(url_for("index"))
assert b'Proxy Authentication Required' not in res.data