Skip to content

Commit db31bcc

Browse files
committed
Fix: change TRAPI monitor back to ITRB-prod
1 parent 71ab31f commit db31bcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test_cohd_trapi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
# Choose which server to test
2222
# cr.server = 'https://dev.cohd.io/api'
23-
cr.server = 'https://cohd-api.ci.transltr.io/api'
23+
# cr.server = 'https://cohd-api.ci.transltr.io/api'
2424
# cr.server = 'https://cohd-api.test.transltr.io/api' # Temporarily default to Test as Translator consrotia has only deployed TRAPI 1.4 to Test
25-
# cr.server = 'https://cohd-api.transltr.io/api' # Default to ITRB-Production instance
25+
cr.server = 'https://cohd-api.transltr.io/api' # Default to ITRB-Production instance
2626

2727
# Specify what Biolink and TRAPI versions are expected by the server
2828
BIOLINK_VERSION = '3.5.0'

0 commit comments

Comments
 (0)