diff --git a/test/consuming-services.test.js b/test/consuming-services.test.js index 73f2c825..6a7c8dbe 100644 --- a/test/consuming-services.test.js +++ b/test/consuming-services.test.js @@ -1,5 +1,6 @@ const cds = require('@sap/cds') const { expect } = cds.test ('@capire/bookshop') +cds.User.default = cds.User.privileged // disable auth checks describe('cap/samples - Consuming Services locally', () => {