#31 API further credential

* adds Kspuser as another expected header data to resolve the api user
* adds/updates translations
This commit is contained in:
2022-01-28 16:35:25 +01:00
parent cbf871f4b4
commit 5b52119e89
6 changed files with 20 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ class BaseAPIV1TestCase(BaseTestCase):
cls.header_data = {
"HTTP_ksptoken": cls.superuser.api_token.token,
"HTTP_kspuser": cls.superuser.username,
}