mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
Fix missed test.
This commit is contained in:
parent
0897383e41
commit
37005b1c68
@ -157,7 +157,7 @@ class TestRequestLog(TestCase):
|
||||
class TestAuthGroup(TestCase):
|
||||
|
||||
def test_str(self):
|
||||
group = Group.objects.create(name='Superheros')
|
||||
group = AuthUtils.create_group(group_name='Superheros')
|
||||
group.authgroup.description = 'Default Group'
|
||||
group.authgroup.internal = False
|
||||
group.authgroup.hidden = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user