We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ab31f commit db31bccCopy full SHA for db31bcc
1 file changed
test_cohd_trapi.py
@@ -20,9 +20,9 @@
20
21
# Choose which server to test
22
# cr.server = 'https://dev.cohd.io/api'
23
-cr.server = 'https://cohd-api.ci.transltr.io/api'
+# cr.server = 'https://cohd-api.ci.transltr.io/api'
24
# 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
+cr.server = 'https://cohd-api.transltr.io/api' # Default to ITRB-Production instance
26
27
# Specify what Biolink and TRAPI versions are expected by the server
28
BIOLINK_VERSION = '3.5.0'
0 commit comments