diff --git a/api/pkg/apis/v1alpha1/vendors/targets-vendor_test.go b/api/pkg/apis/v1alpha1/vendors/targets-vendor_test.go index 099668ea5..3a9ef858f 100644 --- a/api/pkg/apis/v1alpha1/vendors/targets-vendor_test.go +++ b/api/pkg/apis/v1alpha1/vendors/targets-vendor_test.go @@ -29,7 +29,7 @@ func TestTargetsEndpoints(t *testing.T) { vendor := createTargetsVendor() vendor.Route = "targets" endpoints := vendor.GetEndpoints() - assert.Equal(t, 7, len(endpoints)) + assert.Equal(t, 5, len(endpoints)) } func TestTargetsInfo(t *testing.T) {