Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
new proxy server defined for travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Sep 14, 2018
1 parent 98cf188 commit c7584b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_balance_json():

@staticmethod
def test_balance_json_with_proxy():
proxies = {'http': 'http://78.188.162.174:45318', 'https': 'https://78.188.162.174:45318'}
proxies = {'http': 'http://196.43.235.238:53281', 'https': 'https://196.43.235.238:53281'}
flightradar24.Api(proxies=proxies)

@staticmethod
Expand Down

0 comments on commit c7584b5

Please sign in to comment.