Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d6a6146

Browse files
committedJan 15, 2025
remove docsPerDatastream
1 parent 3ae84c4 commit d6a6146

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎functionaltests/main_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ func expectedIngestForASingleRun() esclient.APMDataStreamsDocCount {
4949
}
5050
}
5151

52-
// docsPerDatastream is a utility type to map esclient.ApmDocCount to a format
53-
// easier to perform assertions on.
54-
type docsPerDatastream map[string]int
55-
5652
// getDocsCountPerDS retrieves document count.
5753
func getDocsCountPerDS(t *testing.T, ctx context.Context, ecc *esclient.Client) (esclient.APMDataStreamsDocCount, error) {
5854
t.Helper()

0 commit comments

Comments
 (0)
Please sign in to comment.