We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d4030 commit 1465c15Copy full SHA for 1465c15
1 file changed
test_cohd_trapi.py
@@ -20,8 +20,8 @@
20
21
# Choose which server to test
22
# cr.server = 'https://cohd.io/api'
23
-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
+# cr.server = 'https://cohd-api.ci.transltr.io/api'
+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
26
27
# Specify what Biolink and TRAPI versions are expected by the server
0 commit comments