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

Commit 5a68acc

Browse files
early as possible
1 parent 1c8d7b1 commit 5a68acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/consuming-services.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

6-
cds.User.default = cds.User.privileged // disable auth checks
77

88
it('bootstrapped the database successfully', ()=>{
99
const { AdminService } = cds.services

0 commit comments

Comments
 (0)