Skip to content

Commit 0a159f0

Browse files
authored
Merge pull request #836 from humblec/code-spell
fix controller_test typo to make the github action pass
2 parents 1fcfdc8 + ab9c10d commit 0a159f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5939,7 +5939,7 @@ func TestProvisionFromPVC(t *testing.T) {
59395939
},
59405940
},
59415941
},
5942-
"provision with xns PersitentVolumeClaim data source witout apiGroup with refgrant when CrossNamespaceVolumeDataSource feature enabled": {
5942+
"provision with xns PersitentVolumeClaim data source without apiGroup with refgrant when CrossNamespaceVolumeDataSource feature enabled": {
59435943
clonePVName: pvName,
59445944
volOpts: generatePVCForProvisionFromXnsdataSource(fakeSc1, xnsNamespace,
59455945
&v1.TypedObjectReference{

0 commit comments

Comments
 (0)