Skip to content

Commit

Permalink
remove redundant eks resolver helper method for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed Nov 8, 2024
1 parent dcde585 commit 17197ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestValidatePassed(t *testing.T) {
},
{
"testEKSWithoutName",
NewEKSResolverWithoutName(),
NewEKSResolver(""),
},
{
"testK8S",
Expand Down
6 changes: 0 additions & 6 deletions processor/awsapplicationsignalsprocessor/config/resolvers.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ func NewEKSResolver(name string) Resolver {
}
}

func NewEKSResolverWithoutName() Resolver {
return Resolver{
Platform: PlatformEKS,
}
}

func NewK8sResolver(name string) Resolver {
return Resolver{
Name: name,
Expand Down

0 comments on commit 17197ed

Please sign in to comment.