Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-apprunner-alpha/test/service.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <[email protected]>
  • Loading branch information
mazyu36 and lpizzinidev authored Jun 1, 2024
1 parent b0cc774 commit 71da222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apprunner-alpha/test/service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ test('create a service with a customer managed key)', () => {
});
});

test('create a service with a Observability Configuration)', () => {
test('create a service with a Observability Configuration', () => {
// GIVEN
const app = new cdk.App();
const stack = new cdk.Stack(app, 'demo-stack');
Expand Down

0 comments on commit 71da222

Please sign in to comment.