Skip to content

Commit 31ef455

Browse files
committed
remove unused mockPrometheusClient in history_provider_test.go
1 parent da64cf9 commit 31ef455

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vertical-pod-autoscaler/pkg/recommender/input/history/history_provider_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ const (
3636
labelsQuery = "up{job=\"kubernetes-pods\"}[8d]"
3737
)
3838

39-
type mockPrometheusClient struct {
40-
mock.Mock
41-
}
42-
4339
func getDefaultPrometheusHistoryProviderConfigForTest() PrometheusHistoryProviderConfig {
4440
return PrometheusHistoryProviderConfig{
4541
Address: "",

0 commit comments

Comments
 (0)