mirror of
https://github.com/wassname/talk.git
synced 2026-08-20 12:50:41 +08:00
Updated BE
This commit is contained in:
@@ -43,6 +43,7 @@ describe('/api/v1/assets', () => {
|
||||
.set(passport.inject({roles: ['ADMIN']}))
|
||||
.then((res) => {
|
||||
const body = res.body;
|
||||
console.log(body)
|
||||
|
||||
expect(body).to.have.property('count', 2);
|
||||
expect(body).to.have.property('result');
|
||||
|
||||
Reference in New Issue
Block a user