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
expectedError:=regexp.MustCompile(".*expected triggers.0.threshold_type to be one of \\[LessThanLessThanOrEqualGreaterThanGreaterThanOrEqual\\], got foo.*")
121
+
expectedError:=regexp.MustCompile(`.*expected triggers.0.threshold_type to be one of \["LessThan" "LessThanOrEqual" "GreaterThan" "GreaterThanOrEqual"\], got foo.*`)
0 commit comments