Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Dec 5, 2024
1 parent 6c272ee commit 58f0a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/entity/entity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -133,4 +133,4 @@ func TestPutLogEventEntityEKS(t *testing.T) {
common.ValidateLogEntity(t, appLogGroup, podApplicationLogStream, &end, queryString, testCase.expectedEntity, string(env.ComputeType))
})
}
}
}
2 changes: 1 addition & 1 deletion util/common/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

0 comments on commit 58f0a88

Please sign in to comment.