diff --git a/src/test/idhml.js b/src/test/idhml.js index 3d471d45867ae843e2f7b6735634f5623fc9db60..c3409bb45bb7fb97c95567847b837a9d153cb9ae 100644 --- a/src/test/idhml.js +++ b/src/test/idhml.js @@ -46,7 +46,7 @@ describe('request idhml', () => { res.should.be.json; res.body.should.have.property('result'); res.body.result.should.be.a('array'); - res.body.result[0].should.have.property('IDHML'); + res.body.result[0].should.have.property('total'); res.body.result[0].should.have.property('year'); res.body.result[0].should.have.property('state_id'); done();