Updated BE

This commit is contained in:
Belen Curcio
2017-06-16 16:18:02 -03:00
parent 4403decbe9
commit 991bdc6089
3 changed files with 5 additions and 5 deletions
+1
View File
@@ -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');