Skip to content

Commit 8ce65c7

Browse files
committed
fix clustercache break
1 parent 8e7dc16 commit 8ce65c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/clustercache/cluster_accessor_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ func TestHealthCheck(t *testing.T) {
305305
},
306306
})
307307
accessor.lockedState.connection = &clusterAccessorLockedConnectionState{
308+
restConfig: env.Config,
308309
restClient: &fake.RESTClient{
309310
NegotiatedSerializer: scheme.Codecs,
310311
Resp: tt.restClientHTTPResponse,

0 commit comments

Comments
 (0)