diff --git a/test/spec.js b/test/spec.js index c25e916..4023876 100644 --- a/test/spec.js +++ b/test/spec.js @@ -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 () {