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

[receiver/webhookevent] Enable component #23239

Merged
merged 12 commits into from
Jun 11, 2023
Prev Previous commit
Next Next commit
fixed typo
  • Loading branch information
shalper2 committed Jun 9, 2023
commit 3e6bc5ee246e6be4a234f8e274187e635747ed8b
2 changes: 1 addition & 1 deletion cmd/otelcontribcol/receivers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func TestDefaultReceivers(t *testing.T) {
skipLifecyle: true, // Depends on carbon receiver to be running correctly
},
{
receiver: "webhookeventreceiver",
receiver: "webhookevent",
},
{
receiver: "windowseventlog",
Expand Down