Skip to content

Commit 27c9366

Browse files
committed
fixes
1 parent 55980e8 commit 27c9366

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pkg/frontend/admin_openshiftcluster_mimo_selectors_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func TestGetMIMOSelectors(t *testing.T) {
7171
"subscriptionState": "Registered",
7272
"APIServerVisibility": "Public",
7373
"architectureVersion": "0",
74+
"bucketID": "0",
7475
"authenticationType": "ServicePrincipal",
7576
"isManagedDomain": "false",
7677
"outboundType": "Loadbalancer",
@@ -123,6 +124,7 @@ func TestGetMIMOSelectors(t *testing.T) {
123124
"subscriptionState": "Suspended",
124125
"APIServerVisibility": "Public",
125126
"architectureVersion": "0",
127+
"bucketID": "0",
126128
"authenticationType": "ServicePrincipal",
127129
"isManagedDomain": "false",
128130
"outboundType": "Loadbalancer",

pkg/util/buckets/balancer.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package buckets
22

3+
// Copyright (c) Microsoft Corporation.
4+
// Licensed under the Apache License 2.0.
5+
36
import (
47
"context"
58
"fmt"

0 commit comments

Comments
 (0)