Skip to content

Commit

Permalink
Issue #5: NordVPN support (fix test_find_page_proxies proxy address).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Nov 7, 2020
1 parent 3dc0ca0 commit 02a0536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def test_find_page_proxies(self):
self.assertEqual(provider.find_page_proxies(request), [
{'country_code': 'US', 'protocol': 'socks5', 'proxy': '123.123.123.123:1080'},
{'country_code': 'US', 'protocol': 'http', 'proxy': '123.123.123.123:80'},
{'country_code': 'US', 'protocol': 'https', 'proxy': '123.123.123.123:443'}
{'country_code': 'US', 'protocol': 'https', 'proxy': 'us0.nordvpn.com:89'}
])

def test_invalid_country(self):
Expand Down

0 comments on commit 02a0536

Please sign in to comment.