You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #1839, TierPromotionConfig validates similarity_threshold but the similarity_threshold > 1.0 rejection path has no test. Add a unit test asserting that similarity_threshold = 1.1 returns a validation error.
Following #1839,
TierPromotionConfigvalidatessimilarity_thresholdbut thesimilarity_threshold > 1.0rejection path has no test. Add a unit test asserting thatsimilarity_threshold = 1.1returns a validation error.