Skip to content

Commit

Permalink
chore: some more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-k-singh committed Sep 25, 2024
1 parent 4015c8f commit f937e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func TestResourceAttribsRankedHigherInLogsFilterSuggestions(t *testing.T) {
expectedTopSuggestions[:2], [][]string{{"test"}, {"test"}},
)

suggestionsQueryParams := map[string]string{}
suggestionsQueryParams := map[string]string{"examplesLimit": "2"}
suggestionsResp := tb.GetQBFilterSuggestionsForLogs(suggestionsQueryParams)

require.Equal(
Expand Down

0 comments on commit f937e13

Please sign in to comment.