The data to be sent should have property mbid0ms ‣
expect(test1(testMbid)).to.have.property('mbid');
The data sent should NOT have property eid0ms ‣
expect(test1(testMbid)).to.not.have.property('ebid');
The length of mbid is 361ms ‣
expect(test1(testMbid).mbid).to.have.lengthOf(36);