Skip to content

Commit f51902a

Browse files
committed
Do not support VolumeExpand within ModifyControllerTest
1 parent af378d6 commit f51902a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/modifycontroller/controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestController(t *testing.T) {
6464
for _, test := range tests {
6565
t.Run(test.name, func(t *testing.T) {
6666
// Setup
67-
client := csi.NewMockClient(testDriverName, true, true, true, true, true)
67+
client := csi.NewMockClient(testDriverName, false, false, true, true, true)
6868

6969
initialObjects := []runtime.Object{test.pvc, test.pv, testVacObject, targetVacObject}
7070
ctrlInstance := setupFakeK8sEnvironment(t, client, initialObjects)

0 commit comments

Comments
 (0)