Skip to content

Commit

Permalink
Fix exporter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Jul 13, 2024
1 parent 7902874 commit 6953308
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions apis/v1beta1/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,25 +497,12 @@ func TestConfig_GetExporterPorts(t *testing.T) {
Name: "prometheus",
Port: 8889,
},
{
Name: "otlp",
Port: 4317,
},
{
Name: "zipkin",
Port: 9411,
},
},
},
{
name: "extensions",
file: "testdata/otelcol-extensions.yaml",
want: []v1.ServicePort{
{
Name: "otlp-auth",
Port: 4317,
},
},
want: nil,
},
{
name: "filelog",
Expand Down

0 comments on commit 6953308

Please sign in to comment.