From b5a55729f71e3a0860fd95ca40cc4a92cf7ad260 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Feb 15 2017 10:30:34 +0000 Subject: Unit test: write gitolite files when group is admin Signed-off-by: Vivek Anand --- diff --git a/tests/test_pagure_lib_git.py b/tests/test_pagure_lib_git.py index 2fc9c84..e203f4d 100644 --- a/tests/test_pagure_lib_git.py +++ b/tests/test_pagure_lib_git.py @@ -477,13 +477,14 @@ repo requests/forks/pingou/test3 def test_write_gitolite_acls_groups(self): """ Test the write_gitolite_acls function of pagure.lib.git with - groups. + groups as admin """ tests.create_projects(self.session) repo = pagure.lib.get_project(self.session, 'test') # Add a couple of groups + # They would be admins msg = pagure.lib.add_group( self.session, group_name='sysadmin',