mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 21:10:17 +02:00
fix TS Tests with mySql
This commit is contained in:
parent
82d7d7e3bf
commit
02fcf7d500
@ -457,7 +457,7 @@ class Teamspeak3AdminTestCase(TestCase):
|
|||||||
cls.site = AdminSite()
|
cls.site = AdminSite()
|
||||||
cls.admin = AuthTSgroupAdmin(AuthTS, cls.site)
|
cls.admin = AuthTSgroupAdmin(AuthTS, cls.site)
|
||||||
cls.group = Group.objects.create(name='test')
|
cls.group = Group.objects.create(name='test')
|
||||||
cls.ts_group = TSgroup.objects.create(ts_group_name='test')
|
cls.ts_group = TSgroup.objects.create(ts_group_id=1, ts_group_name='test')
|
||||||
|
|
||||||
def test_field_queryset_no_reserved_names(self):
|
def test_field_queryset_no_reserved_names(self):
|
||||||
"""Ensure all groups are listed when no reserved names"""
|
"""Ensure all groups are listed when no reserved names"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user