Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjiaxin534 committed Jan 21, 2025
1 parent 80e5456 commit 68dacdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/apis/v1alpha1/vendors/solution-vendor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func TestSolutionEndpoints(t *testing.T) {
vendor := createSolutionVendor()
vendor.Route = "solution"
endpoints := vendor.GetEndpoints()
assert.Equal(t, 3, len(endpoints))
assert.Equal(t, 5, len(endpoints))
}

func TestSolutionInfo(t *testing.T) {
Expand Down

0 comments on commit 68dacdf

Please sign in to comment.