From 432a6346c11cb1497f81fe097c22beb0eb37e20b Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Thu, 11 Oct 2018 15:32:20 -0700 Subject: [PATCH] rename AWS CP TestParseInstance --- pkg/cloudprovider/providers/aws/instances_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cloudprovider/providers/aws/instances_test.go b/pkg/cloudprovider/providers/aws/instances_test.go index 85208715904..37b407d74c3 100644 --- a/pkg/cloudprovider/providers/aws/instances_test.go +++ b/pkg/cloudprovider/providers/aws/instances_test.go @@ -25,7 +25,7 @@ import ( "time" ) -func TestParseInstance(t *testing.T) { +func TestMapToAWSInstanceIDs(t *testing.T) { tests := []struct { Kubernetes kubernetesInstanceID Aws awsInstanceID