accounts: loggout: test: remove useless var
This commit is contained in:
parent
f5b2c01633
commit
6983983e58
@ -13,5 +13,5 @@ class LoginTest(TestCase):
|
|||||||
self.client.login()
|
self.client.login()
|
||||||
|
|
||||||
def test_normal_logout(self):
|
def test_normal_logout(self):
|
||||||
response: HttpResponse = self.client.post(self.url)
|
self.client.post(self.url)
|
||||||
self.assertNotIn('_auth_user_id', self.client.session)
|
self.assertNotIn('_auth_user_id', self.client.session)
|
||||||
|
Loading…
Reference in New Issue
Block a user