File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919 ipamv1 "sigs.k8s.io/cluster-api/exp/ipam/api/v1beta1"
2020 ctrl "sigs.k8s.io/controller-runtime"
2121
22- infrastructurev1alpha1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1 "
22+ infrastructurev1alpha2 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha2 "
2323 "github.com/ionos-cloud/cluster-api-provider-proxmox/pkg/proxmox/proxmoxtest"
2424)
2525
@@ -29,7 +29,7 @@ func TestSetupReconcilers(t *testing.T) {
2929 s := runtime .NewScheme ()
3030 require .NoError (t , clientgoscheme .AddToScheme (s ))
3131 require .NoError (t , clusterv1 .AddToScheme (s ))
32- require .NoError (t , infrastructurev1alpha1 .AddToScheme (s ))
32+ require .NoError (t , infrastructurev1alpha2 .AddToScheme (s ))
3333 require .NoError (t , ipamicv1 .AddToScheme (s ))
3434 require .NoError (t , ipamv1 .AddToScheme (s ))
3535
You can’t perform that action at this time.
0 commit comments