Skip to content

Commit 3cf977c

Browse files
committed
ensure init() runs again and sets up the necessary CLI flags
On-behalf-of: @SAP [email protected]
1 parent 958f79a commit 3cf977c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/reconciler/partitionset/partitionset_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ import (
3838
kcpclientset "github.com/kcp-dev/kcp/sdk/client/clientset/versioned/cluster"
3939
kcptesting "github.com/kcp-dev/kcp/sdk/testing"
4040
kcptestinghelpers "github.com/kcp-dev/kcp/sdk/testing/helpers"
41+
42+
_ "github.com/kcp-dev/kcp/test/e2e/framework"
4143
)
4244

4345
func TestPartitionSet(t *testing.T) {

0 commit comments

Comments
 (0)