mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
cleanup: correct initResources() function name typo
This function was wrongly declared with name initResouces() in e2e utils package and this patch address the typo in the name Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
f8a08ada6d
commit
8639015a9f
@ -54,5 +54,5 @@ func handleFlags() {
|
||||
framework.RegisterClusterFlags(flag.CommandLine)
|
||||
testing.Init()
|
||||
flag.Parse()
|
||||
initResouces()
|
||||
initResources()
|
||||
}
|
||||
|
Reference in New Issue
Block a user