From e775efd2445111ff4197b05568a373eb2061ea9b Mon Sep 17 00:00:00 2001 From: carlosmiei <43336371+carlosmiei@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:14:31 +0100 Subject: [PATCH] remove hardcoded url --- tests/test_papi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_papi.py b/tests/test_papi.py index 22fcb595..e2e6b836 100644 --- a/tests/test_papi.py +++ b/tests/test_papi.py @@ -5,7 +5,6 @@ proxies = {} proxy = os.getenv("PROXY") -proxy = "http://51.83.140.52:16301" if proxy: proxies = {"http": proxy, 'https': proxy } # tmp: improve this in the future