Skip to content

Commit

Permalink
change endpoints count to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
iwangjintian committed Jan 26, 2025
1 parent adf799c commit 00b97e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/apis/v1alpha1/vendors/targets-vendor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 00b97e1

Please sign in to comment.