Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Nov 27, 2023
1 parent 1c5b782 commit 11d5e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/services/bastionhosts/spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
DnsName: ptr.To(fakeAzureBastionSpec1.Name + "-bastion"),
Sku: &asonetworkv1.Sku{Name: &fakeSKU},
Owner: &genruntime.KnownResourceReference{
Name: fakeAzureBastionSpec1.ClusterName,
Name: fakeAzureBastionSpec1.ResourceGroup,
},
Tags: fakeBastionHostTags,
EnableTunneling: ptr.To(false),
Expand Down

0 comments on commit 11d5e22

Please sign in to comment.