20831: Return is_admin and is_invited so batch updates work
[arvados.git] / services / api / test / functional / arvados / v1 / users_controller_test.rb
index fe24e441ce46d7f38bc74e6022a3a671cfe60742..07e0b71d86098877da212a2d7eefc0087204d25e 100644 (file)
@@ -1101,7 +1101,7 @@ The Arvados team.
     assert_equal(1, Log.where(object_uuid: unchanginguuid).count)
   end
 
-  NON_ADMIN_USER_DATA = ["uuid", "kind", "is_active", "email", "first_name",
+  NON_ADMIN_USER_DATA = ["uuid", "kind", "is_active", "is_admin", "is_invited", "email", "first_name",
                          "last_name", "username", "can_write", "can_manage"].sort
 
   def check_non_admin_index