X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/be28c5f528a93ee32eef4c1dc2d0872cb718b29f..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{}