Skip to content

Commit 2d9319f

Browse files
authored
Fix conflicts
1 parent d03173b commit 2d9319f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testing/integration/ess/beat_receivers_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,10 @@ func TestClassicAndReceiverAgentMonitoring(t *testing.T) {
197197
d.ApiKey = apiKey
198198
policy.Outputs["default"] = d
199199

200-
<<<<<<< HEAD
201-
=======
202200
processNamespace := fmt.Sprintf("%s-%s", info.Namespace, "process")
203201
policy.Agent.Monitoring["namespace"] = processNamespace
204202
policy.Agent.Monitoring["_runtime_experimental"] = "process"
205203

206-
>>>>>>> 3ccf28da2 (Fix tests in preparation for making otel self monitoring default (#10537))
207204
updatedPolicyBytes, err := yaml.Marshal(policy)
208205
require.NoErrorf(t, err, "error marshalling policy, struct was %v", policy)
209206
t.Cleanup(func() {

0 commit comments

Comments
 (0)