Skip to content

Commit a94e177

Browse files
authored
Adjusted to streamlined bookshup w/o user-service (#16)
1 parent 6022d7f commit a94e177

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/odata.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,4 @@ describe('cap/samples - Bookshop APIs', () => {
9191
})
9292
})
9393

94-
it('serves user info', async () => {
95-
const { data: alice } = await GET `/user/me`
96-
expect(alice).to.containSubset({ id: 'alice' })
97-
const { data: joe } = await GET (`/user/me`, {auth: { username: 'joe' }})
98-
expect(joe).to.containSubset({ id: 'joe' })
99-
})
100-
10194
})

0 commit comments

Comments
 (0)