Skip to content

Commit 06f1438

Browse files
fix
1 parent e6c6c0f commit 06f1438

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/component-tests/events-tests/event-subscription.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
pollUpsertLetterLogForError,
1212
} from "tests/helpers/aws-cloudwatch-helper";
1313
import { supplierDataSetup } from "tests/helpers/suppliers-setup-helper";
14-
import { pollForLettersInDb } from "tests/helpers/poll-for-letters-helper";
14+
import { pollForLetterInDb } from "tests/helpers/poll-for-letters-helper";
1515

1616
let baseUrl: string;
1717

@@ -49,7 +49,7 @@ test.describe("Event Subscription SNS Tests", () => {
4949
await supplierDataSetup(supplierId);
5050

5151
// poll for letter to be inserted in db with status PENDING
52-
const { letterStatus, statusCode } = await pollForLettersInDb(
52+
const { letterStatus, statusCode } = await pollForLetterInDb(
5353
request,
5454
supplierId,
5555
domainId,

0 commit comments

Comments
 (0)