Prepare for cds9
This commit is contained in:
@@ -93,9 +93,9 @@ describe('cap/samples - Bookshop APIs', () => {
|
|||||||
|
|
||||||
it('serves user info', async () => {
|
it('serves user info', async () => {
|
||||||
const { data: alice } = await GET `/user/me`
|
const { data: alice } = await GET `/user/me`
|
||||||
expect(alice).to.containSubset({ id: 'alice', locale:'en' })
|
expect(alice).to.containSubset({ id: 'alice' })
|
||||||
const { data: joe } = await GET (`/user/me`, {auth: { username: 'joe' }})
|
const { data: joe } = await GET (`/user/me`, {auth: { username: 'joe' }})
|
||||||
expect(joe).to.containSubset({ id: 'joe', locale:'en' })
|
expect(joe).to.containSubset({ id: 'joe' })
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user