Merge pull request #87183 from Aresforchina/fix-staticcheck-test15

fix-staticcheck:pkg/volume/scaleio/
This commit is contained in:
Kubernetes Prow Robot 2020-01-23 22:20:31 -08:00 committed by GitHub
commit 6c693549a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -29,7 +29,6 @@ pkg/volume/local
pkg/volume/portworx pkg/volume/portworx
pkg/volume/quobyte pkg/volume/quobyte
pkg/volume/rbd pkg/volume/rbd
pkg/volume/scaleio
pkg/volume/storageos pkg/volume/storageos
pkg/volume/util pkg/volume/util
pkg/volume/util/fsquota pkg/volume/util/fsquota

View File

@ -26,10 +26,9 @@ import (
) )
var ( var (
fakeSdcID = "test-sdc-123456789" fakeSdcID = "test-sdc-123456789"
fakeVolumeName = "test-vol-0001" fakeVolumeID = "1234567890"
fakeVolumeID = "1234567890" fakeDev = "/dev/testABC"
fakeDev = "/dev/testABC"
fakeConfig = map[string]string{ fakeConfig = map[string]string{
confKey.gateway: "http://sio.gateway:1234", confKey.gateway: "http://sio.gateway:1234",