Skip to content

Commit

Permalink
Update routeValues for getTestCases()
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Anderson committed Feb 28, 2018
1 parent fdf957a commit 21b7ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/TestApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3685,7 +3685,8 @@ export class TestApi extends basem.ClientApiBase implements ITestApi {
let routeValues: any = {
project: project,
planId: planId,
suiteId: suiteId
suiteId: suiteId,
action: 'testCases'
};

try {
Expand Down

0 comments on commit 21b7ebf

Please sign in to comment.