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 703cf79e11.

* disable auth checks

* without before hook

* early as possible

* rm line
This commit is contained in:
Johannes Vogel
2025-04-15 15:02:35 +02:00
committed by GitHub
parent b888a65381
commit 2b11b8b7e6

View File

@@ -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', () => {