Skip to content

Commit ebc4f91

Browse files
🐛 fix(API): Move test/e2e/helpers to test/e2e/internal (#5516)
fix(API): move test/e2e/helpers to test/e2e/internal The test/e2e/helpers package is not meant for external usage, and does not belong in the public API. It is not documented and is not stable, hence, it should placed inside an internal.
1 parent bb95ce2 commit ebc4f91

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

test/e2e/all/plugin_helm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
. "github.com/onsi/gomega"
2929

3030
pluginutil "sigs.k8s.io/kubebuilder/v4/pkg/plugin/util"
31-
"sigs.k8s.io/kubebuilder/v4/test/e2e/helpers"
31+
"sigs.k8s.io/kubebuilder/v4/test/e2e/internal/helpers"
3232
"sigs.k8s.io/kubebuilder/v4/test/e2e/utils"
3333
)
3434

test/e2e/all/plugin_v4_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
. "github.com/onsi/gomega"
2222

2323
"sigs.k8s.io/kubebuilder/v4/pkg/plugin/util"
24-
"sigs.k8s.io/kubebuilder/v4/test/e2e/helpers"
24+
"sigs.k8s.io/kubebuilder/v4/test/e2e/internal/helpers"
2525
"sigs.k8s.io/kubebuilder/v4/test/e2e/utils"
2626
)
2727

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)