From 4e173fe7a205907fe77a741c3d30a75de285b211 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Tue, 6 Sep 2016 12:33:22 +0200 Subject: clean code , add minimal authorization and authentication --- test/compound.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/compound.rb b/test/compound.rb index 5fac83d..cacd292 100644 --- a/test/compound.rb +++ b/test/compound.rb @@ -39,7 +39,7 @@ class CompoundTest < MiniTest::Test res = RestClientWrapper.get File.join($compound_uri, $compound[0]), {}, {:accept => "application/json"} assert_equal res.code, 200 js = JSON.parse res - assert_equal js["chemblid"], "CHEMBL581676" + assert_equal js["chemblid"], "CHEMBL277500" assert_equal js["names"].first, "BENZENE" assert_equal js["names"][6], "71-43-2" end -- cgit v1.2.3