X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9997ada67ce36d2fbe831bce473aa61250727aff..4139c5dfde60cdd20d39f385ca36107b0c44906f:/services/api/test/integration/errors_test.rb diff --git a/services/api/test/integration/errors_test.rb b/services/api/test/integration/errors_test.rb index 142455880d..d04e383831 100644 --- a/services/api/test/integration/errors_test.rb +++ b/services/api/test/integration/errors_test.rb @@ -9,7 +9,7 @@ class ErrorsTest < ActionDispatch::IntegrationTest %w(/arvados/v1/shoes /arvados/shoes /shoes /nodes /users).each do |path| test "non-existent route #{path}" do - get path, {:format => :json}, auth(:active) + get path, params: {:format => :json}, headers: auth(:active) assert_nil assigns(:objects) assert_nil assigns(:object) assert_not_nil json_response['errors']