Fix rest api integration tests (#11645)

as title
This commit is contained in:
martmull
2025-04-18 15:23:36 +02:00
committed by GitHub
parent 16bd0425e0
commit fba4192d4b
10 changed files with 179 additions and 236 deletions

View File

@ -128,7 +128,7 @@ export class AccessTokenService {
if (!token) {
throw new AuthException(
'missing authentication token',
'Missing authentication token',
AuthExceptionCode.FORBIDDEN_EXCEPTION,
);
}