Skip to content

Commit 106e6ad

Browse files
committed
changed error message
Signed-off-by: Dan Selman <danscode@selman.org>
1 parent 2b783cb commit 106e6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/concerto-core/test/modelmanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ concept Bar {
712712
modelManager.getModelFile('org.acme').should.not.be.null;
713713

714714
// import all external models
715-
return modelManager.updateExternalModels().should.be.rejectedWith(Error, 'Unable to download external model dependency \'github://external.cto\'');
715+
return modelManager.updateExternalModels().should.be.rejectedWith(Error, 'Failed to load model file. Job: github://external.cto Details: Error: HTTP request failed with status: 400');
716716
});
717717

718718
it('should fail using bad protocol and default model file loader', () => {

0 commit comments

Comments
 (0)