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

Commit b888a65

Browse files
committed
Prepare for cds9
1 parent 75eec39 commit b888a65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/odata.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ describe('cap/samples - Bookshop APIs', () => {
9393

9494
it('serves user info', async () => {
9595
const { data: alice } = await GET `/user/me`
96-
expect(alice).to.containSubset({ id: 'alice', locale:'en' })
96+
expect(alice).to.containSubset({ id: 'alice' })
9797
const { data: joe } = await GET (`/user/me`, {auth: { username: 'joe' }})
98-
expect(joe).to.containSubset({ id: 'joe', locale:'en' })
98+
expect(joe).to.containSubset({ id: 'joe' })
9999
})
100100

101101
})

0 commit comments

Comments
 (0)