Skip to content

NAC-294 Refactor endpoint params logic #432

NAC-294 Refactor endpoint params logic

NAC-294 Refactor endpoint params logic #432

Triggered via pull request October 4, 2024 13:13
Status Failure
Total duration 1m 44s
Artifacts

utest.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
utest
Expected 3 arguments, but got 2.
utest
Expected 3 arguments, but got 2.
utest
Expected 3 arguments, but got 2.
utest
Argument of type '{ requestQuery: string; featureEndpoint: string; }' is not assignable to parameter of type '{ requestUrl: string | null; requestParams: unknown; featureEndpoint: string; }'.
utest
Property 'requestQuery' does not exist on type '{ requestUrl: string | null; requestParams: unknown; featureEndpoint: string; } & TypedAction<"[Admin] Perform Action">'. Did you mean 'requestUrl'?
utest
Argument of type '{ requestQuery: string; featureEndpoint: string; }' is not assignable to parameter of type '{ requestUrl: string | null; requestParams: unknown; featureEndpoint: string; }'.
utest
Property 'requestQuery' does not exist on type '{ requestUrl: string | null; requestParams: unknown; featureEndpoint: string; } & TypedAction<"[Admin] Perform Folder Action">'. Did you mean 'requestUrl'?
utest
Argument of type '{ nxqlQuery: string; featureEndpoint: string; }' is not assignable to parameter of type '{ requestUrl: string | null; requestParams: unknown; featureEndpoint: string; }'.
utest
Property 'nxqlQuery' does not exist on type '{ requestUrl: string | null; requestParams: unknown; featureEndpoint: string; } & TypedAction<"[Admin] Perform NXQL Action">'.
utest
Argument of type '{ requestQuery: string; featureEndpoint: string; }' is not assignable to parameter of type '{ requestUrl: string | null; requestParams: unknown; featureEndpoint: string; }'.