From 58f0a88378429cf941d9bf64995b25f3f908ac16 Mon Sep 17 00:00:00 2001 From: Varun C Date: Thu, 5 Dec 2024 03:10:33 +0000 Subject: [PATCH] run linter --- test/entity/entity_test.go | 4 ++-- util/common/entity.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/entity/entity_test.go b/test/entity/entity_test.go index cdc7292f9..04aa39694 100644 --- a/test/entity/entity_test.go +++ b/test/entity/entity_test.go @@ -14,8 +14,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/aws/amazon-cloudwatch-agent-test/environment" - "github.com/aws/amazon-cloudwatch-agent-test/util/common" "github.com/aws/amazon-cloudwatch-agent-test/util/awsservice" + "github.com/aws/amazon-cloudwatch-agent-test/util/common" ) const ( @@ -133,4 +133,4 @@ func TestPutLogEventEntityEKS(t *testing.T) { common.ValidateLogEntity(t, appLogGroup, podApplicationLogStream, &end, queryString, testCase.expectedEntity, string(env.ComputeType)) }) } -} \ No newline at end of file +} diff --git a/util/common/entity.go b/util/common/entity.go index bd33484a0..70d34c8cd 100644 --- a/util/common/entity.go +++ b/util/common/entity.go @@ -144,4 +144,4 @@ func ValidateLogEntity(t *testing.T, logGroup, logStream string, end *time.Time, } assert.True(t, validator.AllFieldsPresent(), "Not all required fields were found") -} \ No newline at end of file +}