Skip to content

Commit 9253cab

Browse files
committed
add sha256hash to test
1 parent a76506a commit 9253cab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lambdas/api-handler/src/mappers/__tests__/letter-mapper.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ describe("letter-mapper", () => {
135135
supplierStatus: "supplier1#PENDING",
136136
supplierStatusSk: date,
137137
ttl: 123,
138+
sha256Hash: "abc123hash",
138139
source: "/data-plane/letter-rendering/pdf",
139140
subject: "letter-rendering/source/letter/letter-id",
140141
specificationBillingId: "billing123",
@@ -150,6 +151,7 @@ describe("letter-mapper", () => {
150151
specificationId: "spec123",
151152
status: "PENDING",
152153
groupId: "group123",
154+
sha256Hash: "abc123hash",
153155
},
154156
},
155157
});

0 commit comments

Comments
 (0)