Skip to content

Commit 035a1ab

Browse files
committed
CCM-9118 Fix unit test
1 parent 5520b9c commit 035a1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/template-mgmt-api-tests/request-proof.api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ test.describe('POST /v1/template/:templateId/proof @debug', () => {
137137
statusCode: 200,
138138
template: expect.objectContaining({
139139
name: template.name,
140-
templateStatus: 'NOT_YET_SUBMITTED',
140+
templateStatus: 'WAITING_FOR_PROOF',
141141
templateType: template.templateType,
142142
}),
143143
});

0 commit comments

Comments
 (0)