X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a6439c7ddc3407193889386051f06df2a1e74ea9..cd0052e87bfa9d7e3d501427c7ff47e08c68d8d5:/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