15848: Convert timestamps from pointer to value fields.
[arvados.git] / apps / workbench / test / controllers / work_units_controller_test.rb
index a698b8df3c773c4b0f66e5b4625b3f255d42780d..6f74955cd1c8d0940c979b70867a6cbbfda5aacb 100644 (file)
@@ -67,6 +67,6 @@ class WorkUnitsControllerTest < ActionController::TestCase
     encoded_params = Hash[params.map { |k,v|
                             [k, (v.is_a?(Array) || v.is_a?(Hash)) ? v.to_json : v]
                           }]
-    get :index, encoded_params, session_for(:active)
+    get :index, params: encoded_params, session: session_for(:active)
   end
 end