Skip to content

Commit

Permalink
Update azure/services/managedclusters/spec_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nawaz Hussain K <[email protected]>
  • Loading branch information
maciaszczykm and nawazkh authored Jul 14, 2023
1 parent f6d5660 commit fe93e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/services/managedclusters/spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func TestParameters(t *testing.T) {
expect: func(g *WithT, result interface{}) {
g.Expect(result).To(BeAssignableToTypeOf(containerservice.ManagedCluster{}))
g.Expect(result.(containerservice.ManagedCluster).LinuxProfile).To(Not(BeNil()))
g.Expect(result.(containerservice.ManagedCluster).LinuxProfile.SSH.PublicKeys).To(Not(BeNil()))
g.Expect(result.(containerservice.ManagedCluster).LinuxProfile.SSH.PublicKeys).To(Equal(base64.StdEncoding.EncodeToString([]byte("test-ssh-key"))))
},
},
{
Expand Down

0 comments on commit fe93e3b

Please sign in to comment.