Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add action APM metadata #2472

Merged
merged 11 commits into from
Apr 13, 2023
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
juliaElastic committed Apr 6, 2023
commit be377375768467eee4dcc78b9b2ea00c1f8645e7
4 changes: 4 additions & 0 deletions internal/pkg/testing/bulk.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ func (m *MockBulk) APIKeyUpdate(ctx context.Context, id, outputPolicyHash string
return args.Error(0)
}

func (m *MockBulk) HasTracer() bool {
return false
}

var _ bulk.Bulk = (*MockBulk)(nil)