Skip to content

Commit 956c739

Browse files
committed
CCM-12591: change pdf
1 parent af8beda commit 956c739

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)