X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/caee2ad84cf7a8e7349fc08d0de30e50a93adf13..ad25d712525293ce4f95f5a059b390036ec60dc3:/apps/workbench/test/controllers/application_controller_test.rb diff --git a/apps/workbench/test/controllers/application_controller_test.rb b/apps/workbench/test/controllers/application_controller_test.rb index 1aea54ca1a..1b13d8f328 100644 --- a/apps/workbench/test/controllers/application_controller_test.rb +++ b/apps/workbench/test/controllers/application_controller_test.rb @@ -399,7 +399,7 @@ class ApplicationControllerTest < ActionController::TestCase # network. 100::/64 is the IPv6 discard prefix, so it's perfect. Rails.configuration.arvados_v1_base = "https://[100::f]:1/" @controller = NodesController.new - get(:index, {}, session_for(:active)) + get(:index, params: {}, session: session_for(:active)) assert_includes(405..422, @response.code.to_i, "bad response code when API server is unreachable") ensure