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
returnfmt.Errorf("%s results count is somehow not a number %s", resourceName, resultsCountAttr)
158
153
}
159
154
160
-
ifresultsCount!=len(alertResp) {
161
-
returnfmt.Errorf("%s results count (%d) did not match that of current Alert Configurations (%d)", resourceName, resultsCount, len(alertResp))
155
+
ifresultsCount!=len(alertResp.GetResults()) {
156
+
returnfmt.Errorf("%s results count (%d) did not match that of current Alert Configurations (%d)", resourceName, resultsCount, len(alertResp.GetResults()))
0 commit comments