Skip to content

Commit bb7f83e

Browse files
test: 3881-fixed-invalid-url (#1599)
fixed-subscriber-url
1 parent e8499d5 commit bb7f83e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/playwright-tests/src/api/distributionService/bsSelectService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const getRecordsFromNemsSubscription = (
4747
request: APIRequestContext,
4848
nhsNumbers: string
4949
): Promise<ApiResponse> => {
50-
return apiClient.get(request, `${config.endpointNemsSubscriptionDataDataService}api/${config.nemsSubscriberDataService}?nhsNumber=${nhsNumbers}`);
50+
return apiClient.get(request, `${config.SubToNems}${config.CheckNemsSubPath}?nhsNumber=${nhsNumbers}`);
5151
};
5252

5353
export function extractSubscriptionID(response: ApiResponse): string | null {

0 commit comments

Comments
 (0)