Back to use current assertions as grainstore implements a fallback mechanism when translates styles

This commit is contained in:
Daniel García Aubert 2017-03-07 12:59:52 +01:00
parent 5f3e515131
commit 8d35f72fcb

View File

@ -71,8 +71,8 @@ describe('tests from old api translated to multilayer', function() {
},
function(res) {
var parsed = JSON.parse(res.body);
assert.ok(parsed.errors[0].match(/^<css input>/));
assert.ok(parsed.errors[0].match(/Unclosed block/));
assert.ok(parsed.errors[0].match(/^style0/));
assert.ok(parsed.errors[0].match(/missing closing/));
done();
}
);