Skip to content

Commit

Permalink
revert update to yaml.v3 across other testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Oct 15, 2024
1 parent 1c4535b commit e0b0651
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testing/integration/inspect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"

integrationtest "github.com/elastic/elastic-agent/pkg/testing"
"github.com/elastic/elastic-agent/pkg/testing/define"
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/package_version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"

"github.com/elastic/elastic-agent/pkg/control/v2/client"
atesting "github.com/elastic/elastic-agent/pkg/testing"
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/pkgversion_common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"sync"
"testing"

"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/proxy_url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/gofrs/uuid/v5"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"

"github.com/elastic/elastic-agent-libs/testing/certutil"
integrationtest "github.com/elastic/elastic-agent/pkg/testing"
Expand Down

0 comments on commit e0b0651

Please sign in to comment.