Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 394ed96

Browse files
authored
Update the checker server url to match production (#349)
1 parent 1a4a9fc commit 394ed96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compatibility_lib/compatibility_lib/compatibility_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from compatibility_lib import configs
2626
from compatibility_lib import utils
2727

28-
SERVER_URL = 'http://104.197.8.72'
28+
SERVER_URL = 'http://34.68.40.69/'
2929

3030
UNKNOWN_STATUS_RESULT = {
3131
'result': 'UNKNOWN',

compatibility_lib/compatibility_lib/test_compatibility_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_check(self):
2626

2727
packages = ['opencensus']
2828
python_version = 3
29-
expected_server_url = 'http://104.197.8.72'
29+
expected_server_url = 'http://34.68.40.69/'
3030

3131
data = {
3232
'python-version': python_version,

0 commit comments

Comments
 (0)