diff --git a/test/framework/vmoperator/vmoperator.go b/test/framework/vmoperator/vmoperator.go index e693860a8c..fcae2d3de7 100644 --- a/test/framework/vmoperator/vmoperator.go +++ b/test/framework/vmoperator/vmoperator.go @@ -439,7 +439,7 @@ func ReconcileDependencies(ctx context.Context, c client.Client, dependenciesCon contentLibrary := library.Library{ Name: config.Spec.VCenter.ContentLibrary.Name, Type: "LOCAL", - Storage: []library.StorageBackings{ + Storage: []library.StorageBacking{ { DatastoreID: contentLibraryDatastore.Reference().Value, Type: "DATASTORE",