CloudWatch: Add test to executeStartQuery (#45888)

* CloudWatch: Add test to executeStartQuery

* Add test for absence of limit

* Restrict assertions to limit in some tests
This commit is contained in:
Shirley
2022-02-25 13:14:59 +00:00
committed by GitHub
parent f0f43e4635
commit a68a570e92
3 changed files with 128 additions and 17 deletions
@@ -97,10 +97,3 @@ func TestQuery_AnnotationQuery(t *testing.T) {
}, client.calls.describeAlarms[0])
})
}
func pointerString(s string) *string {
return &s
}
func pointerInt64(i int64) *int64 {
return &i
}