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