Skip to content

Commit 6223b23

Browse files
Fix unit test
1 parent 9a30a76 commit 6223b23

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
@@ -798,7 +798,7 @@ func TestCreateVolumeArguments(t *testing.T) {
798798
Name: name,
799799
CapacityRange: stdCapRange,
800800
VolumeCapabilities: stdVolCaps,
801-
Parameters: map[string]string{"labels": "key1=value1,key2=value2", "provisioned-iops-on-create": 10000},
801+
Parameters: map[string]string{"labels": "key1=value1,key2=value2", "provisioned-iops-on-create": "10000"},
802802
},
803803
expVol: &csi.Volume{
804804
CapacityBytes: common.GbToBytes(20),

0 commit comments

Comments
 (0)