make sure to not execute LDAP task
This commit is contained in:
parent
e56fdf5e80
commit
a663093433
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class AdditionalGroupTest(TestCaseWithCeleryTasks):
|
||||||
|
|
||||||
|
|
||||||
@override_settings(OSUSER_MINGID=10000)
|
@override_settings(OSUSER_MINGID=10000)
|
||||||
class GroupManagerTest(TestCase):
|
class GroupManagerTest(TestCaseWithCeleryTasks):
|
||||||
def test_get_next_gid_first(self):
|
def test_get_next_gid_first(self):
|
||||||
self.assertEqual(Group.objects.get_next_gid(), 10000)
|
self.assertEqual(Group.objects.get_next_gid(), 10000)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue