Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 2b11b8b

Browse files
chore: prep for service restrictions by default (#828)
* chore: prep for service restrictions by default * Revert "chore: prep for service restrictions by default" This reverts commit 703cf79. * disable auth checks * without before hook * early as possible * rm line
1 parent b888a65 commit 2b11b8b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/consuming-services.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const cds = require('@sap/cds')
22
const { expect } = cds.test ('@capire/bookshop')
3+
cds.User.default = cds.User.privileged // disable auth checks
34

45
describe('cap/samples - Consuming Services locally', () => {
56

0 commit comments

Comments
 (0)