From 232c58a81f7f4a8711a3a29d29b9471224d73634 Mon Sep 17 00:00:00 2001 From: Clay McCoy Date: Fri, 3 Jan 2014 10:13:05 -0800 Subject: [PATCH] subnet cache is never looked at --- test/unit/com/netflix/asgard/AwsEc2ServiceUnitSpec.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/com/netflix/asgard/AwsEc2ServiceUnitSpec.groovy b/test/unit/com/netflix/asgard/AwsEc2ServiceUnitSpec.groovy index bfbf3da3..0873f5ac 100644 --- a/test/unit/com/netflix/asgard/AwsEc2ServiceUnitSpec.groovy +++ b/test/unit/com/netflix/asgard/AwsEc2ServiceUnitSpec.groovy @@ -463,6 +463,5 @@ and groupName is #groupName""") then: subnetIds == [] 1 * mockVpcCache.list() >> [new Vpc(vpcId: 'vpc-123')] - 1 * mockSubnetCache.list() >> [new Subnet(subnetId: 'subnet-luke', vpcId: 'vpc-123')] } }