Skip to content

Commit

Permalink
fix(test)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Oct 16, 2024
1 parent bcdbd34 commit a9b4c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/test/modelmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ concept Bar {
modelManager.getModelFile('org.acme').should.not.be.null;

// import all external models
return modelManager.updateExternalModels().should.be.rejectedWith(Error, 'Unable to download external model dependency \'github://external.cto\'');
return modelManager.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', () => {
Expand Down

0 comments on commit a9b4c9c

Please sign in to comment.