From a8de06e2e5165df90ad4cc44604c549eb31701cc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 25 Sep 2024 14:58:53 +0200 Subject: [PATCH] woops --- .../tests/proxy_socks5/test_socks5_proxy_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py b/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py index 5c473303..a5d3b69f 100644 --- a/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py +++ b/changedetectionio/tests/proxy_socks5/test_socks5_proxy_sources.py @@ -65,4 +65,4 @@ def test_socks5_from_proxiesjson_file(client, live_server, measure_memory_usage) ) # Should see the proper string - assert "+0200:".encode('utf-8') in res.data + assert "Awesome, you made it".encode('utf-8') in res.data