X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/66d12ae6dc72d45cc3cb3fcc007cb41371371616..b6e15a581be2e5b2387fe18ecb01714fbc21d3aa:/services/api/test/integration/api_client_authorizations_scopes_test.rb diff --git a/services/api/test/integration/api_client_authorizations_scopes_test.rb b/services/api/test/integration/api_client_authorizations_scopes_test.rb index 20f83dc0ff..beef1953ae 100644 --- a/services/api/test/integration/api_client_authorizations_scopes_test.rb +++ b/services/api/test/integration/api_client_authorizations_scopes_test.rb @@ -63,7 +63,7 @@ class Arvados::V1::ApiTokensScopeTest < ActionController::IntegrationTest req_args = [{}, auth(:admin_noscope)] get(v1_url('logs'), *req_args) assert_response 403 - get(v1_url('logs', logs(:log1).uuid), *req_args) + get(v1_url('logs', logs(:noop).uuid), *req_args) assert_response 403 post(v1_url('logs'), *req_args) assert_response 403