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
returnmodelManager.updateExternalModels().should.be.rejectedWith(Error,'Unable to download external model dependency \'github://external.cto\'');
715
+
returnmodelManager.updateExternalModels().should.be.rejectedWith(Error,'Failed to load model file. Job: github://external.cto Details: Error: HTTP request failed with status: 400');
716
716
});
717
717
718
718
it('should fail using bad protocol and default model file loader',()=>{
0 commit comments