#31 API further credential
* adds Kspuser as another expected header data to resolve the api user * adds/updates translations
This commit is contained in:
@@ -20,6 +20,7 @@ class BaseAPIV1TestCase(BaseTestCase):
|
||||
|
||||
cls.header_data = {
|
||||
"HTTP_ksptoken": cls.superuser.api_token.token,
|
||||
"HTTP_kspuser": cls.superuser.username,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user