Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored and austinvazquez committed Aug 26, 2024
1 parent 1dfee69 commit 3bfeb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/awslogs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var testAwslogs = func() {
var cwClient *cloudwatchlogs.Client
ginkgo.BeforeEach(func() {
// Reference to set up Go client for aws local stack: https://docs.localstack.cloud/user-guide/integrations/sdks/go/.
customResolver := aws.EndpointResolverWithOptionsFunc(func(service, region string, options ...interface{}) (aws.Endpoint, error) {
customResolver := aws.EndpointResolverWithOptionsFunc(func(_, _ string, _ ...interface{}) (aws.Endpoint, error) {
return aws.Endpoint{
PartitionID: "aws",
URL: testAwslogsEndpoint,
Expand Down

0 comments on commit 3bfeb2d

Please sign in to comment.