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 5, 2024
1 parent f2aa9de commit 74eaf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/configprovider/opampprovider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestRemotelyManagedFlowDisabled(t *testing.T) {
"processor": "someprocessor",
"extensions::opamp::remote_configuration_directory": "../globprovider/testdata/mergefunc",
"extensions::opamp::endpoint": "wss://example.com/v1/opamp",
"extensions::opamp::new_configmergeflow_disabled": true,
"extensions::opamp::disable_tag_new_config_merge": true,
})
want := exp.ToStringMap()
if diff := cmp.Diff(want, got); diff != "" {
Expand Down

0 comments on commit 74eaf75

Please sign in to comment.