mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
AWS: Fix test failure introduced by rebase
This commit is contained in:
@@ -1185,7 +1185,7 @@ func TestGetVolumeLabels(t *testing.T) {
|
||||
awsServices.ec2.On("DescribeVolumes", expectedVolumeRequest).Return([]*ec2.Volume{
|
||||
{
|
||||
VolumeId: volumeId,
|
||||
AvailabilityZone: &awsServices.availabilityZone,
|
||||
AvailabilityZone: aws.String("us-east-1a"),
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user