Skip to content

Commit 8195b82

Browse files
committed
fix clustercache break
1 parent ec49fd3 commit 8195b82

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
@@ -278,6 +278,7 @@ func TestHealthCheck(t *testing.T) {
278278
},
279279
})
280280
accessor.lockedState.connection = &clusterAccessorLockedConnectionState{
281+
restConfig: env.Config,
281282
restClient: &fake.RESTClient{
282283
NegotiatedSerializer: scheme.Codecs,
283284
Resp: tt.restClientHTTPResponse,

0 commit comments

Comments
 (0)