15720: Batch user update API.
[arvados.git] / services / api / test / functional / arvados / v1 / repositories_controller_test.rb
index d92561fc102c142e023d2c37ad909083148459db..537fe525270333317cf6ef1fb77c53a6c035dce2 100644 (file)
@@ -208,7 +208,7 @@ class Arvados::V1::RepositoriesControllerTest < ActionController::TestCase
     {cfg: "GitHTTP", cfgval: false, refute: /^http/ },
   ].each do |expect|
     test "set #{expect[:cfg]} to #{expect[:cfgval]}" do
-      set_cfg Rails.configuration.Services, expect[:cfg].to_s, expect[:cfgval]
+      ConfigLoader.set_cfg Rails.configuration.Services, expect[:cfg].to_s, expect[:cfgval]
       authorize_with :active
       get :index
       assert_response :success