egg-authz
egg-authz copied to clipboard
Confused in test cases
For example:
it('test: p, bob, /dataset2/resource1, * - DELETE', async () => {
app.mockCsrf()
const response = await app.httpRequest()
.delete('/dataset2/resource')
.set('Authorization', 'bob')
assert(response.status === 403)
})
test /dataset2/resource1, however request /dataset2/resource
@Gabriel-403 @Zxilly @kingiw @nodece
@Gabriel-403 @Zxilly @kingiw @nodece