Skip to content

Commit

Permalink
Fixing missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
samson-keung authored Oct 4, 2024
1 parent 5d25a9c commit 239fdaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ test.each([
});
});

test('When using non-imported TaskDefinition, the IAM policy `Resource` should use `Ref` to reference the TaskDefinition, () => {
test('When using non-imported TaskDefinition, the IAM policy `Resource` should use `Ref` to reference the TaskDefinition', () => {
const taskDefinition = new ecs.FargateTaskDefinition(stack, 'TaskDef');
taskDefinition.addContainer('TheContainer', {
image: ecs.ContainerImage.fromRegistry('henk'),
Expand Down

0 comments on commit 239fdaa

Please sign in to comment.