Skip to content

Commit

Permalink
Fix test for addIssueToSprint
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Nov 4, 2021
1 parent 3cb5517 commit df0ff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jira-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ describe('Jira API Tests', () => {

it('addIssueToSprint hits proper url', async () => {
const result = await dummyURLCall('addIssueToSprint', ['someIssueId', 'someSprintId']);
result.should.eql('http://jira.somehost.com:8080/rest/api/2.0/sprint/someSprintId/issues/add');
result.should.eql('http://jira.somehost.com:8080/rest/agile/1.0/sprint/someSprintId/issue');
});

it('issueLink hits proper url', async () => {
Expand Down

0 comments on commit df0ff7c

Please sign in to comment.