mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 05:20:16 +02:00
Correct permissions_tool menu item display unit test
This commit is contained in:
parent
3c90868338
commit
5f20efb0c7
@ -47,6 +47,7 @@ class PermissionsToolViewsTestCase(TestCase):
|
|||||||
AuthUtils.connect_signals()
|
AuthUtils.connect_signals()
|
||||||
|
|
||||||
def test_menu_item(self):
|
def test_menu_item(self):
|
||||||
|
self.client.login(username=self.member.username, password='password')
|
||||||
response = self.client.get(urls.reverse('permissions_tool:overview'))
|
response = self.client.get(urls.reverse('permissions_tool:overview'))
|
||||||
|
|
||||||
response_content = response.content
|
response_content = response.content
|
||||||
|
Loading…
x
Reference in New Issue
Block a user