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 ec49fd3 commit 8195b82Copy full SHA for 8195b82
controllers/clustercache/cluster_accessor_test.go
@@ -278,6 +278,7 @@ func TestHealthCheck(t *testing.T) {
278
},
279
})
280
accessor.lockedState.connection = &clusterAccessorLockedConnectionState{
281
+ restConfig: env.Config,
282
restClient: &fake.RESTClient{
283
NegotiatedSerializer: scheme.Codecs,
284
Resp: tt.restClientHTTPResponse,
0 commit comments