Skip to content

Commit

Permalink
Add argument for top N items (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcrail authored and rockdaboot committed Jun 8, 2022
1 parent fb08329 commit d76418f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/profiling/server/routes/search_topn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ describe('TopN data from Elasticsearch', () => {
'123',
'456',
'789',
200,
'field',
kibanaResponseFactory
);
Expand All @@ -112,6 +113,7 @@ describe('TopN data from Elasticsearch', () => {
'123',
'456',
'789',
200,
'StackTraceID',
kibanaResponseFactory
);
Expand Down

0 comments on commit d76418f

Please sign in to comment.