Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Jan 25, 2025
1 parent d1f8797 commit 8c24c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cloudwatchlogs/publish_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ func TestLogGroupClass(t *testing.T) {
// add instance id to ensure that running integration tests concurrently doesn't cause tests
// to operate and validate with the same log groups and lead to flaky results
param.logGroupName += "-" + instanceId
fmt.Print(param.logGroupName)
defer awsservice.DeleteLogGroupAndStream(param.logGroupName, instanceId)
common.DeleteFile(common.AgentLogFile)
common.TouchFile(common.AgentLogFile)
Expand Down

0 comments on commit 8c24c20

Please sign in to comment.