Skip to content

Commit

Permalink
Update provider_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Dec 4, 2024
1 parent 9552c37 commit c9fbbd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/configprovider/opampprovider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ func TestRemotelyManagedFlowEnabled(t *testing.T) {
got := conf.ToStringMap()
exp := confmap.NewFromStringMap(map[string]any{
"extensions::sumologic::childKey": "value",
"extensions::sumologic::collector_fields::cluster": "cluster-1",
"extensions::sumologic::collector_fields::zone": "eu",
"extensions::sumologic::collector_fields::zone": "eu",
"processor": "someprocessor",
"extensions::opamp::remote_configuration_directory": "../globprovider/testdata/mergefunc",
"extensions::opamp::endpoint": "wss://example.com/v1/opamp",
Expand Down

0 comments on commit c9fbbd0

Please sign in to comment.