Skip to content

Commit 5328b12

Browse files
committed
updated unit tests
Signed-off-by: swastik959 <[email protected]>
1 parent c5581b8 commit 5328b12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/aks/create_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ var _ = Describe("CreateOrUpdateAgentPool", func() {
540540
UpgradeSettings: &armcontainerservice.AgentPoolUpgradeSettings{
541541
MaxSurge: nodePoolSpec.MaxSurge,
542542
},
543+
VnetSubnetID: nodePoolSpec.VnetSubnetID,
543544
},
544545
}).Return(&runtime.Poller[armcontainerservice.AgentPoolsClientCreateOrUpdateResponse]{}, nil)
545546
Expect(CreateOrUpdateAgentPool(ctx, &Credentials{}, agentPoolClientMock, clusterSpec, nodePoolSpec)).To(Succeed())

0 commit comments

Comments
 (0)