Skip to content

Commit

Permalink
fix(Update broken unit test): remove incorrect usage of nock.matchHea…
Browse files Browse the repository at this point in the history
…der (#114)
  • Loading branch information
silasbw committed Jun 17, 2017
1 parent 3950afa commit 5469623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/objects.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ describe('objects', function () {
function nock200() {
return nock(_url)
.patch(`${ _rcs }/foo`)
.matchHeader('content-type', 'application/strategic-merge-patch+json')
.reply(200, {})
.delete(`${ _rcs }/foo`)
.reply(200, {});
Expand Down

0 comments on commit 5469623

Please sign in to comment.