Skip to content

Commit c1dece4

Browse files
committed
fix lint
1 parent 5fae019 commit c1dece4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/annotations/draftAnnotation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import cds from '@sap/cds';
33
const { join } = cds.utils.path;
44

55
const app = join(__dirname, '../../bookshop');
6-
const { POST, DELETE, PATCH, GET } = cds.test(app);
6+
const { POST, DELETE, PATCH } = cds.test(app);
77

88
describe('Integration tests for Process Annotations on Draft-Enabled Entities', () => {
99
let foundMessages: any[] = [];

0 commit comments

Comments
 (0)