We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8499d5 commit bb7f83eCopy full SHA for bb7f83e
1 file changed
tests/playwright-tests/src/api/distributionService/bsSelectService.ts
@@ -47,7 +47,7 @@ export const getRecordsFromNemsSubscription = (
47
request: APIRequestContext,
48
nhsNumbers: string
49
): Promise<ApiResponse> => {
50
- return apiClient.get(request, `${config.endpointNemsSubscriptionDataDataService}api/${config.nemsSubscriberDataService}?nhsNumber=${nhsNumbers}`);
+ return apiClient.get(request, `${config.SubToNems}${config.CheckNemsSubPath}?nhsNumber=${nhsNumbers}`);
51
};
52
53
export function extractSubscriptionID(response: ApiResponse): string | null {
0 commit comments