fixed admin_login in test

This commit is contained in:
Cayo Puigdefabregas 2021-02-03 10:47:35 +01:00 committed by Santiago Lamora
parent acac7727c2
commit c010c10157
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class BaseLiveServerTestCase(AppDependencyMixin, LiveServerTestCase):
def admin_login(self):
session = SessionStore()
session[SESSION_KEY] = self.account_id
session[SESSION_KEY] = self.account.id
session[BACKEND_SESSION_KEY] = settings.AUTHENTICATION_BACKENDS[0]
session.save()
## to set a cookie we need to first visit the domain.