From bf7fc4791b7687480ec9e5e9d141557fdd366468 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 17 Aug 2015 12:29:04 +0200 Subject: delete dublicate --- test/toxbank-investigation-sparql.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb index 72fc011..c335083 100644 --- a/test/toxbank-investigation-sparql.rb +++ b/test/toxbank-investigation-sparql.rb @@ -326,7 +326,6 @@ class TBSPARQLTestExtended < MiniTest::Test response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigation_by_pvalue", {:value => "0.65614"}, {:accept => "application/json", :subjectid => $pi[:subjectid]} result = JSON.parse(response) #puts response - result = JSON.parse(response) inv_pvalue = result["results"]["bindings"].map{|n| "#{n["investigation"]["value"]}"} assert_equal 200, response.code assert inv_pvalue.include?("#{@@uri}") -- cgit v1.2.3