Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-ecs/test/splunk-log-driver.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs authored Mar 30, 2021
1 parent 4cfe263 commit 9529c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/test/splunk-log-driver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ nodeunitShim({
logging: ecs.LogDrivers.splunk({
token: cdk.SecretValue.secretsManager('my-splunk-token'),
url: 'my-splunk-url',
tag: 'abc'
tag: 'abc',
}),
memoryLimitMiB: 128,
});
Expand Down

0 comments on commit 9529c28

Please sign in to comment.