Skip to content

Commit cf5dc31

Browse files
committed
fix straggler DeleteVolume unit test
1 parent 1e24dca commit cf5dc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gce-pd-csi-driver/controller_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func TestDeleteVolume(t *testing.T) {
213213
req: &csi.DeleteVolumeRequest{
214214
VolumeId: testVolumeId + "/foo",
215215
},
216-
expErr: true,
216+
expErr: false,
217217
},
218218
}
219219
for _, tc := range testCases {

0 commit comments

Comments
 (0)