We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fae019 commit c1dece4Copy full SHA for c1dece4
1 file changed
tests/integration/annotations/draftAnnotation.test.ts
@@ -3,7 +3,7 @@ import cds from '@sap/cds';
3
const { join } = cds.utils.path;
4
5
const app = join(__dirname, '../../bookshop');
6
-const { POST, DELETE, PATCH, GET } = cds.test(app);
+const { POST, DELETE, PATCH } = cds.test(app);
7
8
describe('Integration tests for Process Annotations on Draft-Enabled Entities', () => {
9
let foundMessages: any[] = [];
0 commit comments