summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/compound.rb')
-rw-r--r--test/compound.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compound.rb b/test/compound.rb
index b33a4a1..5fac83d 100644
--- a/test/compound.rb
+++ b/test/compound.rb
@@ -1,6 +1,6 @@
require_relative "setup.rb"
-$compound_uri = "https://mr-test.in-silico.ch/compound"
+$compound_uri = "#{$host}/compound"
$compound = ["InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H"]
class CompoundTest < MiniTest::Test