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:
@@ -1,5 +1,6 @@
|
|||||||
const cds = require('@sap/cds')
|
const cds = require('@sap/cds')
|
||||||
const { expect } = cds.test ('@capire/bookshop')
|
const { expect } = cds.test ('@capire/bookshop')
|
||||||
|
cds.User.default = cds.User.privileged // disable auth checks
|
||||||
|
|
||||||
describe('cap/samples - Consuming Services locally', () => {
|
describe('cap/samples - Consuming Services locally', () => {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user