Merge branch 'master' into 8079-api-client-auth-uuid
[arvados.git] / services / api / test / functional / arvados / v1 / groups_controller_test.rb
index 922612fb38cd53bb3387569b477121f537cc575a..1d7bb77725222ed98c4272308a2717edaf86b6cd 100644 (file)
@@ -41,6 +41,7 @@ class Arvados::V1::GroupsControllerTest < ActionController::TestCase
     assert_not_includes group_uuids, groups(:aproject).uuid
     assert_not_includes group_uuids, groups(:asubproject).uuid
     assert_includes group_uuids, groups(:private).uuid
+    assert_includes group_uuids, groups(:group_with_no_class).uuid
   end
 
   test "get list of groups with bogus group_class" do