Skip to content

Commit

Permalink
I think port 99999 is out of date?
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Alchemist committed Jul 29, 2019
1 parent c26cd56 commit fba8d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhive/tests/test_presto.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_invalid_kwargs(self):
def test_requests_kwargs(self):
connection = presto.connect(
host=_HOST, port=_PORT, source=self.id(),
requests_kwargs={'proxies': {'http': 'localhost:99999'}},
requests_kwargs={'proxies': {'http': 'localhost:10000'}},
)
cursor = connection.cursor()
self.assertRaises(requests.exceptions.ProxyError,
Expand Down

0 comments on commit fba8d21

Please sign in to comment.