Skip to content

Commit 272d3a1

Browse files
committed
Update test of getBoardIssuesForSprint
1 parent 6ef670d commit 272d3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jira-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ describe('Jira API Tests', () => {
983983

984984
it('getBoardIssuesForSprint hits proper url', async () => {
985985
const result = await dummyURLCall('getBoardIssuesForSprint', ['someBoardId', 'someSprintId']);
986-
result.should.eql('http://jira.somehost.com:8080/rest/agile/1.0/board/someBoardId/sprint/someSprintId/issue?startAt=0&maxResults=50&jql=&validateQuery=true&fields=');
986+
result.should.eql('http://jira.somehost.com:8080/rest/agile/1.0/board/someBoardId/sprint/someSprintId/issue?startAt=0&maxResults=50&jql=&validateQuery=true&fields=&expand=');
987987
});
988988

989989
it('getAllVersions hits proper url', async () => {

0 commit comments

Comments
 (0)