We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a33573 commit b4d79c2Copy full SHA for b4d79c2
internal/service/vmservice/utils_test.go
@@ -19,9 +19,10 @@ package vmservice
19
import (
20
"testing"
21
22
- infrav1alpha1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
23
"github.com/stretchr/testify/require"
24
"k8s.io/utils/ptr"
+
25
+ infrav1alpha1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
26
)
27
28
func TestExtractUUID(t *testing.T) {
0 commit comments