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 Jul 4, 2022
1 parent 6c56c73 commit 14cc3d0
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 14cc3d0

Please sign in to comment.