File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
internal/pkg/agent/application Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ // Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2+ // or more contributor license agreements. Licensed under the Elastic License 2.0;
3+ // you may not use this file except in compliance with the Elastic License 2.0.
4+
15package application
26
37import (
Original file line number Diff line number Diff line change 1+ // Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2+ // or more contributor license agreements. Licensed under the Elastic License 2.0;
3+ // you may not use this file except in compliance with the Elastic License 2.0.
4+
15package application
26
37import (
48 "os"
59 "path/filepath"
610 "testing"
711
8- "github.com/elastic/elastic-agent/internal/pkg/agent/configuration"
9- "github.com/elastic/elastic-agent/internal/pkg/config"
10- "github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
1112 "github.com/stretchr/testify/assert"
1213 "github.com/stretchr/testify/mock"
1314 "github.com/stretchr/testify/require"
15+
16+ "github.com/elastic/elastic-agent/internal/pkg/agent/configuration"
17+ "github.com/elastic/elastic-agent/internal/pkg/config"
18+ "github.com/elastic/elastic-agent/pkg/core/logger/loggertest"
1419)
1520
1621func Test_FleetPatcher (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments