From e412fd6146f6b2a0c7721d06b103e3cf2c0c23b5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 26 Dec 2022 09:49:06 +0100 Subject: [PATCH] hmm --- .github/workflows/test-only.yml | 3 ++- changedetectionio/tests/proxy_list/test_select_custom_proxy.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index 5b4682501..4a7c02074 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -76,7 +76,8 @@ jobs: name: debug-output retention-days: 3 path: | - /tmp/*html + /tmp/info.html + /tmp/info2.html #export WEBDRIVER_URL=http://localhost:4444/wd/hub diff --git a/changedetectionio/tests/proxy_list/test_select_custom_proxy.py b/changedetectionio/tests/proxy_list/test_select_custom_proxy.py index ec3716cdb..d6312ea66 100644 --- a/changedetectionio/tests/proxy_list/test_select_custom_proxy.py +++ b/changedetectionio/tests/proxy_list/test_select_custom_proxy.py @@ -38,6 +38,8 @@ def test_select_custom(client, live_server): res = client.get(url_for("index")) assert b'Proxy Authentication Required' not in res.data + with open('/tmp/info2.html', 'wb') as f: + f.write(res.data) res = client.get( url_for("preview_page", uuid="first"),