mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Allow assigning factions to states.
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