fix bug in login-dev endpoint; set current_user on login
This commit is contained in:
@@ -10,6 +10,7 @@ MOCK_USER = {
|
||||
"email": "fake.user@mail.com",
|
||||
"first_name": "Fake",
|
||||
"last_name": "User",
|
||||
"atat_permissions": []
|
||||
}
|
||||
MOCK_REQUEST = RequestFactory.create(
|
||||
creator=MOCK_USER["id"],
|
||||
|
Reference in New Issue
Block a user