Skip to content

Commit

Permalink
fix to feature tracking test
Browse files Browse the repository at this point in the history
  • Loading branch information
avilevy18 committed Oct 30, 2023
1 parent 15f54c4 commit 37fd576
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions confgenerator/feature_tracking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"testing"
"time"

"github.com/GoogleCloudPlatform/ops-agent/apps"
_ "github.com/GoogleCloudPlatform/ops-agent/apps"
"github.com/GoogleCloudPlatform/ops-agent/confgenerator"
"github.com/GoogleCloudPlatform/ops-agent/confgenerator/otel"
"github.com/google/go-cmp/cmp"
Expand Down Expand Up @@ -794,7 +794,6 @@ func TestPrometheusFeatureMetrics(t *testing.T) {
}

func TestGolden(t *testing.T) {
_ = apps.BuiltInConfStructs
components := confgenerator.LoggingReceiverTypes.GetComponentsFromRegistry()
components = append(components, confgenerator.LoggingProcessorTypes.GetComponentsFromRegistry()...)
components = append(components, confgenerator.MetricsReceiverTypes.GetComponentsFromRegistry()...)
Expand Down

0 comments on commit 37fd576

Please sign in to comment.