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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
returnmodelManager.updateExternalModels().should.be.rejectedWith(Error,'Unable to download external model dependency \'github://external.cto\'');
returnmodelManager.updateExternalModels().should.be.rejectedWith(Error,'Failed to load model file. Job: github://external.cto Details: Error: HTTP request failed with status: 400');
});
it('should fail using bad protocol and default model file loader',()=>{