Skip to content

Commit

Permalink
fixup! Introduction of the proxy settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Mar 5, 2022
1 parent cce29e6 commit 8cf9d58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/pyf_test_dataset.py
Expand Up @@ -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,
Expand Down

0 comments on commit 8cf9d58

Please sign in to comment.