Skip to content

Commit efa08b3

Browse files
committed
fix ci test
1 parent 5dff260 commit efa08b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/hostpath/controllerserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func (cs *controllerServer) ListVolumes(ctx context.Context, req *csi.ListVolume
297297

298298
startIdx, err := strconv.ParseInt(req.StartingToken, 10, 32)
299299
if err != nil {
300-
return nil, status.Error(codes.InvalidArgument, "The type of startingToken should be integer")
300+
return nil, status.Error(codes.Aborted, "The type of startingToken should be integer")
301301
}
302302

303303
volumesLength = int64(len(volumeIds))

0 commit comments

Comments
 (0)