Skip to content

Commit

Permalink
updated tests with trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
motionharvest committed Oct 9, 2018
1 parent ba23fd0 commit 5580327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ describe('Trello', function () {
});
});

it('should post to https://api.trello.com/1/boards', function () {
post.should.have.been.calledWith('https://api.trello.com/1/boards');
it('should post to https://api.trello.com/1/boards/', function () {
post.should.have.been.calledWith('https://api.trello.com/1/boards/');
});

it('should include the description', function () {
Expand Down

0 comments on commit 5580327

Please sign in to comment.