hmm fixes the error on github?

This commit is contained in:
dgtlmoon
2022-12-25 23:03:14 +01:00
parent f0966eb23a
commit fcbda7829a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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