Skip to content
Snippets Groups Projects
Commit aa598040 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fix enrollment test

parent d8e74557
Branches
No related tags found
2 merge requests!10Development,!9Merge simcaq
...@@ -465,7 +465,7 @@ describe('request enrollments', () => { ...@@ -465,7 +465,7 @@ describe('request enrollments', () => {
res.should.be.json; res.should.be.json;
res.body.should.have.property('result'); res.body.should.have.property('result');
res.body.result.should.be.a('array'); res.body.result.should.be.a('array');
res.body.result[0].should.have.property('cor_raca_id'); res.body.result[0].should.have.property('ethnic_group_id');
done(); done();
}); });
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment