mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Removing extra log
This commit is contained in:
@@ -43,8 +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