From 8cf9d58fb52f82f2c01679dce1083b9b0569b477 Mon Sep 17 00:00:00 2001 From: funilrys Date: Sat, 5 Mar 2022 18:36:00 +0100 Subject: [PATCH] fixup! Introduction of the proxy settings. --- tests/pyf_test_dataset.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/pyf_test_dataset.py b/tests/pyf_test_dataset.py index 6833a0ab..53bdb99f 100644 --- a/tests/pyf_test_dataset.py +++ b/tests/pyf_test_dataset.py @@ -461,6 +461,13 @@ "whois": True, "collection": False, }, + "proxy": { + "global": { + "http": None, + "https": None + }, + "rules": [] + }, "share_logs": False, "user_agent": {"browser": "chrome", "custom": None, "platform": "linux"}, "verify_ssl_certificate": False,