X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eeeceb21a479780dfa7d550523ab961f477e39ad..ecf6627111838530f64ffcd689e11d987cc7bf2f:/services/api/test/integration/valid_links_test.rb diff --git a/services/api/test/integration/valid_links_test.rb b/services/api/test/integration/valid_links_test.rb index 657bf02a09..ed705fc04d 100644 --- a/services/api/test/integration/valid_links_test.rb +++ b/services/api/test/integration/valid_links_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' class ValidLinksTest < ActionDispatch::IntegrationTest @@ -16,7 +20,7 @@ class ValidLinksTest < ActionDispatch::IntegrationTest } }, admin_auth assert_response :success - u = jresponse['uuid'] + u = json_response['uuid'] put "/arvados/v1/links/#{u}", { :format => :json,