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

Commit 1c8d7b1

Browse files
without before hook
1 parent 8d4f31d commit 1c8d7b1

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
@@ -3,7 +3,7 @@ const { expect } = cds.test ('@capire/bookshop')
33

44
describe('cap/samples - Consuming Services locally', () => {
55

6-
before(() => (cds.User.default = cds.User.privileged)) // disable auth checks
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)