We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7dc16 commit 8ce65c7Copy full SHA for 8ce65c7
controllers/clustercache/cluster_accessor_test.go
@@ -305,6 +305,7 @@ func TestHealthCheck(t *testing.T) {
305
},
306
})
307
accessor.lockedState.connection = &clusterAccessorLockedConnectionState{
308
+ restConfig: env.Config,
309
restClient: &fake.RESTClient{
310
NegotiatedSerializer: scheme.Codecs,
311
Resp: tt.restClientHTTPResponse,
0 commit comments