summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-10-23 11:52:12 +0200
committergebele <gebele@in-silico.ch>2014-10-23 11:52:12 +0200
commitba7f432c2f24ecf106091271c76afde32fe17d8b (patch)
tree143d97a531cbb852973b9b5ea343acba871bcfb3
parent80c13bcd5f68db142b5cbce5725e7213d34e00f6 (diff)
removed unitID from factorvalues_by_investigation test
-rw-r--r--test/toxbank-investigation-sparql.rb2
1 files changed, 1 insertions, 1 deletions
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