diff --git a/pkg/cloudprovider/aws/aws_test.go b/pkg/cloudprovider/aws/aws_test.go index e24ebdc1136..2e07f8e8a97 100644 --- a/pkg/cloudprovider/aws/aws_test.go +++ b/pkg/cloudprovider/aws/aws_test.go @@ -156,7 +156,7 @@ func TestList(t *testing.T) { } } -func TestIPAddress(t *testing.T) { +func TestNodeAddresses(t *testing.T) { // Note these instances have the same name // (we test that this produces an error) instances := make([]ec2.Instance, 2)