Skip to content

Commit 8bf63d9

Browse files
Update internal/testutil/fixture/azure_managedcluster.go
Co-authored-by: David Kowalski <[email protected]>
1 parent 182d11d commit 8bf63d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testutil/fixture/azure_managedcluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
func (f *AzureFixture) ManagedCluster() *AzureManagedClusterFixture {
99
return &AzureManagedClusterFixture{
1010
mc: &armcontainerservice.ManagedCluster{
11-
Name: ptr.To("mangaedcluster"),
11+
Name: ptr.To("managedcluster"),
1212
Properties: &armcontainerservice.ManagedClusterProperties{
1313
NetworkProfile: &armcontainerservice.NetworkProfile{
1414
PodCidrs: []*string{ptr.To("192.1.0.0/16")},

0 commit comments

Comments
 (0)