mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Merge branch 'tsTests' into 'master'
Fix TS Tests when testing against a real MySQL backend See merge request allianceauth/allianceauth!1495
This commit is contained in:
commit
34ae6e402c
@ -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