X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/49754950aa80cd1163a053de0f37d975c277e012..c884807d0bf8c32bb220ba382c97a455ade4bd0a:/services/api/test/integration/groups_test.rb diff --git a/services/api/test/integration/groups_test.rb b/services/api/test/integration/groups_test.rb index e45dd4eb52..eb97fc1f49 100644 --- a/services/api/test/integration/groups_test.rb +++ b/services/api/test/integration/groups_test.rb @@ -194,7 +194,7 @@ class NonTransactionalGroupsTest < ActionDispatch::IntegrationTest end test "create request with async=true defers permissions update" do - Rails.configuration.async_permissions_update_interval = 1 # second + Rails.configuration.API.AsyncPermissionsUpdateInterval = 1 # second name = "Random group #{rand(1000)}" assert_equal nil, Group.find_by_name(name)