[FIX] Pending Count for superuser for groups without group lead assigned

This commit is contained in:
Peter Pfeufer
2021-10-20 05:00:09 +00:00
committed by Ariel Rin
parent 1fd708e765
commit 803b659fce
8 changed files with 43 additions and 17 deletions

View File

@@ -60,7 +60,6 @@ class TestGroupRequest(TestCase):
def test_main_char(self):
group_request = GroupRequest.objects.create(
status='Pending',
user=self.user_1,
group=self.group
)
@@ -69,7 +68,6 @@ class TestGroupRequest(TestCase):
def test_str(self):
group_request = GroupRequest.objects.create(
status='Pending',
user=self.user_1,
group=self.group
)