From ba7f432c2f24ecf106091271c76afde32fe17d8b Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 23 Oct 2014 11:52:12 +0200 Subject: removed unitID from factorvalues_by_investigation test --- test/toxbank-investigation-sparql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb index 173e55e..8df9650 100644 --- a/test/toxbank-investigation-sparql.rb +++ b/test/toxbank-investigation-sparql.rb @@ -111,7 +111,7 @@ class TBSPARQLTest < MiniTest::Test response = OpenTox::RestClientWrapper.get "#{@@uri}/sparql/factorvalues_by_investigation", {}, {:accept => "application/json", :subjectid => $pi[:subjectid]} result = JSON.parse(response) #puts result - ["biosample","sample", "factorname", "value", "ontouri", "unitOnto", "unit", "unitID"].each do |v| + ["biosample","sample", "factorname", "value", "ontouri", "unitOnto", "unit"].each do |v| assert result["head"]["vars"].include?(v.to_s) end -- cgit v1.2.3