mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 16:46:20 +01:00
[FIX] Pending Count for superuser for groups without group lead assigned
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user