Skip to content

Commit 633904d

Browse files
authored
chore(cognito): fix test case name for User Pool Domain (#31365)
While working on #31351, I discovered. The test case name for `User Pool Domain` was incorrectly set as `User Pool Client`. It's likely that when the code was reused from `user-pool-client.test.ts`, the test case name wasn't updated. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4fa7716 commit 633904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-cognito/test/user-pool-domain.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Certificate } from '../../aws-certificatemanager';
33
import { CfnParameter, Stack } from '../../core';
44
import { UserPool, UserPoolDomain } from '../lib';
55

6-
describe('User Pool Client', () => {
6+
describe('User Pool Domain', () => {
77
test('custom domain name', () => {
88
// GIVEN
99
const stack = new Stack();

0 commit comments

Comments
 (0)