Skip to content

Commit

Permalink
test: we remember you Azure#2
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Jun 4, 2019
1 parent dcb2cd5 commit 02d9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/armhelpers/mockclients.go
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ func (mc *MockAKSEngineClient) GetAvailabilitySet(ctx context.Context, resourceG

// GetAvailabilitySetFaultDomainCount mock
func (mc *MockAKSEngineClient) GetAvailabilitySetFaultDomainCount(ctx context.Context, resourceGroup string, vmasIDs []string) (int, error) {
return 0, errors.New("not implemented")
return 3, nil // hat tip to Slipknot
}

//GetStorageClient mock
Expand Down

0 comments on commit 02d9c2e

Please sign in to comment.