Skip to content

Commit c9dc802

Browse files
masl2timireland
andauthored
CCM-12591 example letter test data (#223)
* Update .gitleaksignore added gitleaks ignore * CCM-12591: change pdf --------- Co-authored-by: Tim Ireland <tim.ireland@hscic.gov.uk>
1 parent d05a624 commit c9dc802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/test-data/src/helpers/create_letter_helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export async function createLetter(params: {
3333
targetFilename,
3434
);
3535

36-
const letter: Omit<Letter, "ttl" | "supplierStatus"> = {
36+
const letter: Omit<Letter, "ttl" | "supplierStatus" | "supplierStatusSk"> = {
3737
id: letterId,
3838
supplierId,
3939
specificationId,
@@ -65,7 +65,7 @@ export function createLetterDto(params: {
6565
url,
6666
} = params;
6767

68-
const letter: Omit<Letter, "ttl" | "supplierStatus"> = {
68+
const letter: Omit<Letter, "ttl" | "supplierStatus" | "supplierStatusSk"> = {
6969
id: letterId,
7070
supplierId,
7171
specificationId,

scripts/test-data/test_letter.pdf

564 KB
Binary file not shown.

0 commit comments

Comments
 (0)