Skip to content

Commit 548ad33

Browse files
authored
Update lambdas/backend-api/src/__tests__/templates/api/delete.test.ts
1 parent e97315e commit 548ad33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/backend-api/src/__tests__/templates/api/delete.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Template API - Delete', () => {
8888
);
8989
});
9090

91-
test('should return template', async () => {
91+
test('should return no content', async () => {
9292
const { handler, mocks } = setup();
9393

9494
mocks.templateClient.deleteTemplate.mockResolvedValueOnce({

0 commit comments

Comments
 (0)