Skip to content

Commit 1e1983b

Browse files
committed
CCM-8962: cleanup
1 parent bd280b0 commit 1e1983b

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

lambdas/backend-client/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist
33
node_modules
44
coverage
55
email-template.json
6+
*.log
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './simulate-failed-virus-scan';
2-
export * from './simulate-passed-virus-scan';
2+
export * from './simulate-passed-validation';
33
export { UseCaseOrchestrator } from './use-case-orchestrator';

tests/test-team/helpers/use-cases/simulate-passed-virus-scan.ts renamed to tests/test-team/helpers/use-cases/simulate-passed-validation.ts

File renamed without changes.

tests/test-team/template-mgmt-api-tests/submit-template.api.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ test.describe('POST /v1/template/:templateId/submit', () => {
284284
});
285285
});
286286

287-
test('returns 400 - cannot submit a template when status is not NOT_YET_SUBMITTED', async ({
287+
test('returns 400 - cannot submit a template when status is VIRUS_SCAN_FAILED', async ({
288288
request,
289289
}) => {
290290
const { multipart, contentType } =

0 commit comments

Comments
 (0)