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')] } }