Merge branch 'master' into 3138-wiselinks
[arvados.git] / services / api / test / integration / select_test.rb
index 20575654e6ac6c97cb9ef1e80f05024c3e2d7823..69ac9143159e9cbf4441a6274b37b7a45eecfac2 100644 (file)
@@ -5,7 +5,7 @@ class SelectTest < ActionDispatch::IntegrationTest
     get "/arvados/v1/links", {:format => :json, :select => ['uuid', 'link_class']}, auth(:active)
     assert_response :success
     assert_equal json_response['items'].count, json_response['items'].select { |i|
-      i.count == 2 and i['uuid'] != nil and i['link_class'] != nil
+      i.count == 3 and i['uuid'] != nil and i['link_class'] != nil
     }.count
   end