We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bec2b commit 127fc3bCopy full SHA for 127fc3b
1 file changed
packages/aws-cdk-lib/aws-sns/test/sns.test.ts
@@ -186,7 +186,7 @@ describe('Topic', () => {
186
187
});
188
189
- test('can add a policy to the topic enforcing ssl', () => {
+ test('can enforce ssl when creating the topic', () => {
190
// GIVEN
191
const stack = new cdk.Stack();
192
const topic = new sns.Topic(stack, 'Topic', {
0 commit comments