make sure to not execute LDAP task

This commit is contained in:
Jan Dittberner 2014-06-01 21:28:24 +02:00
parent e56fdf5e80
commit a663093433
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class AdditionalGroupTest(TestCaseWithCeleryTasks):
@override_settings(OSUSER_MINGID=10000)
class GroupManagerTest(TestCase):
class GroupManagerTest(TestCaseWithCeleryTasks):
def test_get_next_gid_first(self):
self.assertEqual(Group.objects.get_next_gid(), 10000)