10078: Since we are not fetching components for pipeline instances (at least until...
[arvados.git] / services / api / test / integration / collections_api_test.rb
index e67f1b1a9b6e5669336a279beb1bc66478d16c1f..0bedc0726a08549711f3455f509778b1f9901de3 100644 (file)
@@ -82,7 +82,7 @@ class CollectionsApiTest < ActionDispatch::IntegrationTest
           :select => [['bogus']].to_json
         }, auth(:active)
     assert_response 422
-    assert_match /Attribute.*should be a string/, json_response['errors'].join(' ')
+    assert_match /Invalid attribute.*bogus/, json_response['errors'].join(' ')
   end
 
   test "controller 404 response is json" do