Skip to content

Commit 38a0349

Browse files
committed
CCM-11343: fix function name conflict from merging in main
1 parent 278b6ab commit 38a0349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lambdas/backend-api/src/__tests__/templates/app/template-client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ describe('templateClient', () => {
576576
},
577577
});
578578

579-
const result = await templateClient.createLetterTemplate(
579+
const result = await templateClient.uploadLetterTemplate(
580580
data,
581581
user,
582582
pdf,

tests/test-team/template-mgmt-component-tests/letter/template-mgmt-preview-letter-page.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async function createTemplates() {
9090
'PASSED'
9191
),
9292
proofingDisabled: {
93-
...TemplateFactory.createLetterTemplate(
93+
...TemplateFactory.uploadLetterTemplate(
9494
'9AACCD57-C6A3-4273-854C-3839A081B4D8',
9595
user,
9696
'ProofingDisabled',

0 commit comments

Comments
 (0)