Skip to content

Commit

Permalink
adds missing required param transactionType to API test
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Dec 17, 2020
1 parent e2de0f7 commit 337bf54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
pageIndex: 0,
sortDirection: 'desc',
sortField: 'impact',
transactionType: 'request',
latencyAggregationType: 'avg',
},
})
Expand Down

0 comments on commit 337bf54

Please sign in to comment.