From 467cd099e973d2980f16147deea4b10e6970d1a5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 26 Dec 2022 13:32:48 +0100 Subject: [PATCH] revert --- .github/workflows/test-only.yml | 11 ----------- .../tests/proxy_list/test_select_custom_proxy.py | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index 23e82aaf..f6d5a872 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -69,17 +69,6 @@ jobs: curl -s http://localhost:5556 |grep -q checkbox-uuid curl -s http://localhost:5556/rss|grep -q rss-specification - - name: Archive test artifacts - if: always() - uses: actions/upload-artifact@v3 - with: - name: debug-output - retention-days: 3 - path: | - info.html - info2.html - - #export WEBDRIVER_URL=http://localhost:4444/wd/hub #pytest tests/fetchers/test_content.py #pytest tests/test_errorhandling.py \ No newline at end of file diff --git a/changedetectionio/tests/proxy_list/test_select_custom_proxy.py b/changedetectionio/tests/proxy_list/test_select_custom_proxy.py index 7dd9dc5f..45dd7690 100644 --- a/changedetectionio/tests/proxy_list/test_select_custom_proxy.py +++ b/changedetectionio/tests/proxy_list/test_select_custom_proxy.py @@ -33,7 +33,7 @@ def test_select_custom(client, live_server): ) assert b"1 Imported" in res.data - time.sleep(3) + wait_for_all_checks(client) res = client.get(url_for("index")) assert b'Proxy Authentication Required' not in res.data