Skip to content

Commit

Permalink
enhancement(5832): ran mage update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanyalti committed Dec 16, 2024
1 parent 3c17bc8 commit 9b7d0ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion testing/integration/restrict_upgrade_deb_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build integration

package integration
Expand All @@ -7,10 +11,11 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"

"github.com/elastic/elastic-agent/internal/pkg/agent/application/coordinator"
atesting "github.com/elastic/elastic-agent/pkg/testing"
"github.com/elastic/elastic-agent/pkg/testing/define"
"github.com/stretchr/testify/require"
)

func TestRestrictUpgradeDeb(t *testing.T) {
Expand Down
7 changes: 6 additions & 1 deletion testing/integration/restrict_upgrade_rpm_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

//go:build integration

package integration
Expand All @@ -7,10 +11,11 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"

"github.com/elastic/elastic-agent/internal/pkg/agent/application/coordinator"
atesting "github.com/elastic/elastic-agent/pkg/testing"
"github.com/elastic/elastic-agent/pkg/testing/define"
"github.com/stretchr/testify/require"
)

func TestRestrictUpgradeRPM(t *testing.T) {
Expand Down

0 comments on commit 9b7d0ba

Please sign in to comment.