mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
AWS: Fix test failure introduced by rebase
This commit is contained in:
parent
cff564b1a6
commit
43e6602c42
@ -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"),
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user