Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gwesterfieldjr committed Jun 7, 2022
1 parent 905adf5 commit e84c503
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions internal/test/e2e/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"sync"

"github.com/aws/aws-sdk-go/aws/session"

"github.com/aws/eks-anywhere/internal/pkg/api"
"github.com/aws/eks-anywhere/internal/pkg/s3"
"github.com/aws/eks-anywhere/internal/pkg/ssm"
Expand Down
3 changes: 2 additions & 1 deletion internal/test/e2e/testRunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ import (
"time"

aws_ssm "github.com/aws/aws-sdk-go/service/ssm"
"gopkg.in/yaml.v2"

"github.com/aws/eks-anywhere/internal/pkg/ec2"
"github.com/aws/eks-anywhere/internal/pkg/ssm"
"github.com/aws/eks-anywhere/internal/pkg/vsphere"
"github.com/aws/eks-anywhere/pkg/logger"
"github.com/aws/eks-anywhere/pkg/retrier"
"gopkg.in/yaml.v2"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion test/framework/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ func (e *ClusterE2ETest) GenerateClusterConfigForVersion(eksaVersion string, opt

e.buildClusterConfigFile()
e.cleanup(func() {
//os.Remove(e.ClusterConfigLocation)
os.Remove(e.ClusterConfigLocation)
})
}

Expand Down

0 comments on commit e84c503

Please sign in to comment.