From 7da6e480367b84c9a321683646a965252c516f22 Mon Sep 17 00:00:00 2001 From: owensmallwood Date: Wed, 15 Jan 2025 19:05:13 -0600 Subject: [PATCH] Unified Storage: Remove history stub (#99048) remove history stub --- pkg/registry/apis/dashboard/search_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/registry/apis/dashboard/search_test.go b/pkg/registry/apis/dashboard/search_test.go index 1feafbf88d0..03dcd6cd9d5 100644 --- a/pkg/registry/apis/dashboard/search_test.go +++ b/pkg/registry/apis/dashboard/search_test.go @@ -94,7 +94,3 @@ func (m *MockClient) Search(ctx context.Context, in *resource.ResourceSearchRequ func (m *MockClient) GetStats(ctx context.Context, in *resource.ResourceStatsRequest, opts ...grpc.CallOption) (*resource.ResourceStatsResponse, error) { return nil, nil } - -func (m *MockClient) History(ctx context.Context, in *resource.HistoryRequest, opts ...grpc.CallOption) (*resource.HistoryResponse, error) { - return nil, nil -}