Skip to content
Snippets Groups Projects
Commit 0589a1d0 authored by Nathan Haneysmith's avatar Nathan Haneysmith
Browse files

update the test to include the rate

parent 4e019a17
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ func TestGather(t *testing.T) { ...@@ -58,6 +58,7 @@ func TestGather(t *testing.T) {
Namespace: "AWS/ELB", Namespace: "AWS/ELB",
Delay: internalDuration, Delay: internalDuration,
Period: internalDuration, Period: internalDuration,
RateLimit: 10,
} }
var acc testutil.Accumulator var acc testutil.Accumulator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment