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
While executing TestResourcePatternFilter_Matches method, two of its test cases is failing with the below error.
resource_pattern_filter_test.go:66: Expected filter to match the prefixed pattern: filter=ResourcePatternFilter{resourceType=TOPIC, name="payments.", patternType=PREFIXED}, pattern=ResourcePattern{resourceType=TOPIC, name="payments.received", patternType=LITERAL}
resource_pattern_filter_test.go:73: Expected filter to match the wildcard pattern: filter=ResourcePatternFilter{resourceType=TOPIC, name="*", patternType=LITERAL}, pattern=ResourcePattern{resourceType=TOPIC, name="payments.received", patternType=LITERAL}
The text was updated successfully, but these errors were encountered:
While executing
TestResourcePatternFilter_Matches
method, two of its test cases is failing with the below error.The text was updated successfully, but these errors were encountered: