Skip to content

Commit

Permalink
updating test for new callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jquatier committed Oct 26, 2015
1 parent d1c4f1d commit d486e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eureka-client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ describe('Eureka client', () => {
let registryCb = sinon.spy();
client.fetchRegistry(registryCb);

expect(registryCb).to.have.been.calledWithMatch({message:'Unable to retrieve registry from Eureka server'});
expect(registryCb).to.have.been.calledWithMatch({message:'request error'});

});

Expand Down

0 comments on commit d486e90

Please sign in to comment.