Skip to content

unit tests fixed

unit tests fixed #485

Triggered via push October 11, 2023 16:09
Status Failure
Total duration 43s
Artifacts

ci.yaml

on: push
Matrix: Build
Matrix: Lint Code
Matrix: Unit Tests
Matrix: Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Build (18.x): src/services/authenticationService/authenticationService.ts#L16
Property 'basic' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
Build (18.x): src/services/authenticationService/authenticationService.ts#L17
Property 'basic' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
Build (18.x): src/services/authenticationService/authenticationService.ts#L20
Property 'oauth2' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
Build (18.x): src/services/authenticationService/authenticationService.ts#L21
Property 'oauth2' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
Build (18.x): src/services/authenticationService/authenticationService.ts#L24
Property 'personalAccessToken' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
Build (18.x): src/services/authenticationService/authenticationService.ts#L25
Property 'personalAccessToken' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
Build (18.x)
Process completed with exit code 2.
Build (20.x)
The job was canceled because "_18_x" failed.
Build (20.x)
A task was canceled.