Skip to content

Commit

Permalink
feat(request-error): remove unnecessary test asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilzi committed Sep 8, 2016
1 parent cc691ea commit 5a7f12f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wrapper.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ describe('Wrapper', function() {
try {
yield wrapper.send();
} catch (err) {
expect(err).to.be.an.instanceof(SuiteRequestError);
expect(err.message).to.eql('Empty http response');
expect(err.code).to.eql(500);
expect(err.data).to.eql(apiResponse.statusMessage);
return;
}
Expand Down

0 comments on commit 5a7f12f

Please sign in to comment.