Skip to content

Commit

Permalink
removes commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dchappa committed Dec 1, 2023
1 parent ec1445f commit 90ba508
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions test/cloudwatchlogs/publish_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ const (
)

var (
logLineIds = []string{logLineId1, logLineId2}
instanceId = awsservice.GetInstanceId()
ctx = context.Background()
awsCfg, _ = config.LoadDefaultConfig(ctx)
//CwlClient = cloudwatchlogs.NewFromConfig(awsCfg)
//CwlClient = cloudwatchlogs.New(&client.ConfigProvider{})
logLineIds = []string{logLineId1, logLineId2}
instanceId = awsservice.GetInstanceId()
ctx = context.Background()
awsCfg, _ = config.LoadDefaultConfig(ctx)
writeToCloudWatchTestParameters = []writeToCloudWatchTestInput{
{
testName: "Happy path",
Expand Down

0 comments on commit 90ba508

Please sign in to comment.