Skip to content

Commit

Permalink
feat: updated filter parameter to specify checking against Singapore…
Browse files Browse the repository at this point in the history
… instead of United States
  • Loading branch information
Simatwa committed Nov 10, 2024
1 parent c84d4bf commit 2f6039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_freeproxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_proxy_metadata(self):

def test_confirmed_working_proxies(self):
"""Confirmed working proxies"""
filter = {"country": "United States"}
filter = {"country": "Singapore"}
working_proxies = self.proxy.get_confirmed_working_proxies(filter)
self.assertIsInstance(working_proxies, list)
if working_proxies:
Expand Down

0 comments on commit 2f6039f

Please sign in to comment.