X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4706c89f091563cc56a6d4f819e025850031a009..1d460a17caf94ddc33610b39a0a11aec1d3905a2:/lib/cloud/ec2/ec2_test.go diff --git a/lib/cloud/ec2/ec2_test.go b/lib/cloud/ec2/ec2_test.go index 6aa6e857ff..e7319a0cb6 100644 --- a/lib/cloud/ec2/ec2_test.go +++ b/lib/cloud/ec2/ec2_test.go @@ -245,3 +245,5 @@ func (*EC2InstanceSetSuite) TestDestroyInstances(c *check.C) { c.Check(i.Destroy(), check.IsNil) } } + +var TestRateLimitErrorInterface cloud.RateLimitError = rateLimitError{}