You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitassert.rejects(promise,newPipelineStatusError(500,'failed parsing of /mapped/metadata.json: Unexpected token \'h\', "this is no json!" is not valid JSON'));
57
58
});
58
59
59
-
it('throws error on metadata with no data array',async()=>{
60
+
it('throws error on metadata with invalid data array',async()=>{
0 commit comments