Back to use current assertions as grainstore implements a fallback mechanism when translates styles
This commit is contained in:
parent
5f3e515131
commit
8d35f72fcb
@ -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();
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user