Merge branch '20846-ruby3-compat'
[arvados.git] / services / api / test / functional / arvados / v1 / users_controller_test.rb
index 6a9cb74195e025301f2af475787be63a39e32445..16271c9e8f2db71758137850b479633e54136808 100644 (file)
@@ -68,7 +68,7 @@ class Arvados::V1::UsersControllerTest < ActionController::TestCase
 
   test "respond 401 if given token exists but user record is missing" do
     authorize_with :valid_token_deleted_user
-    get :current, {format: :json}
+    get :current, format: :json
     assert_response 401
   end