X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d02c4efcfdbe8f21fba895749988b14b7db41310..91dc5f1d7f5ad9eb2640f6089e2d0476cbf87c8e:/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