Skip to content

Commit f00b090

Browse files
committed
fix(tests): Round 41 - Remove unused metav1 import
Removed unused import from prometheus_deployment_test.go: - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" Errors fixed in Round 41: 1 Total errors fixed across ALL 41 rounds: 170
1 parent 1c38548 commit f00b090

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adapters/vnf-operator/tests/monitoring/prometheus_deployment_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"github.com/stretchr/testify/mock"
1010

1111
monitoringv1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
12-
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1312
)
1413

1514
// MockPrometheusOperatorClient mocks the Prometheus Operator client interface

0 commit comments

Comments
 (0)