Commit 43e6602c authored by Justin Santa Barbara's avatar Justin Santa Barbara

AWS: Fix test failure introduced by rebase

parent cff564b1
...@@ -1185,7 +1185,7 @@ func TestGetVolumeLabels(t *testing.T) { ...@@ -1185,7 +1185,7 @@ func TestGetVolumeLabels(t *testing.T) {
awsServices.ec2.On("DescribeVolumes", expectedVolumeRequest).Return([]*ec2.Volume{ awsServices.ec2.On("DescribeVolumes", expectedVolumeRequest).Return([]*ec2.Volume{
{ {
VolumeId: volumeId, VolumeId: volumeId,
AvailabilityZone: &awsServices.availabilityZone, AvailabilityZone: aws.String("us-east-1a"),
}, },
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment