Skip to content

Commit bb19ccb

Browse files
Fix helper name
1 parent a70b6be commit bb19ccb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/component-tests/integration-tests/urgent-letter-priority.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { logger } from "tests/helpers/pino-logger";
66
import { createValidRequestHeaders } from "tests/constants/request-headers";
77
import getRestApiGatewayBaseUrl from "tests/helpers/aws-gateway-helper";
88
import { SUPPLIER_LETTERS } from "tests/constants/api-constants";
9-
import { pollForLettersInDb } from "tests/helpers/poll-for-letters-helper";
9+
import { pollForLetterStatus } from "tests/helpers/poll-for-letters-helper";
1010
import { pollSupplierAllocatorLogForResolvedSpec } from "tests/helpers/aws-cloudwatch-helper";
1111
import {
1212
GetLettersResponse,
@@ -61,7 +61,7 @@ test.describe("Urgent Letter Priority Tests", () => {
6161

6262
await Promise.all(
6363
[...urgencyNineLetterIds, ...urgencyTenLetterIds].map(async (domainId) =>
64-
pollForLettersInDb(request, supplier, domainId, baseUrl),
64+
pollForLetterStatus(request, supplier, domainId, baseUrl),
6565
),
6666
);
6767

0 commit comments

Comments
 (0)