Skip to content
Snippets Groups Projects
Commit 83301101 authored by Gabriel Ruschel's avatar Gabriel Ruschel
Browse files

Fix tests

parent 43d1f406
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!63Idhm routes hotfix
Pipeline #
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment