Merge branch 'master' into 4228-collection-subdir-files
[arvados.git] / services / api / test / integration / errors_test.rb
index 3a58e4840bb20f54beac9d5d39eb319e9188d8ee..b2ef13e1d3bdc2c69932729a0fa0b382ef357547 100644 (file)
@@ -8,7 +8,7 @@ class ErrorsTest < ActionDispatch::IntegrationTest
       get path, {:format => :json}, auth(:active)
       assert_nil assigns(:objects)
       assert_nil assigns(:object)
-      assert_not_nil jresponse['errors']
+      assert_not_nil json_response['errors']
       assert_response 404
     end
   end