mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 08:36:23 +01:00
Merge branch 'faction' into 'v2.9.x'
Allow assigning factions to states. See merge request allianceauth/allianceauth!1338
This commit is contained in:
@@ -207,7 +207,7 @@ class TestColumnRendering(TestDataMixin, TestCase):
|
||||
self.assertEqual(result, expected)
|
||||
|
||||
def test_user_main_organization_u3(self):
|
||||
expected = None
|
||||
expected = ''
|
||||
result = user_main_organization(self.user_3.discord)
|
||||
self.assertEqual(result, expected)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user