Skip to content

Commit b4770eb

Browse files
committed
remove old commented code
1 parent 9e1b90b commit b4770eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/aws/services/sns/test_sns.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,6 @@ def test_create_topic_should_be_idempotent(self, snapshot, sns_create_topic, aws
360360
attrs = aws_client.sns.get_topic_attributes(TopicArn=resp2["TopicArn"])
361361
snapshot.match("topic-attrs-idempotent-2", attrs)
362362

363-
# @pytest.mark.skipif(
364-
# is_sns_v1_provider(), reason="covered in moto, but with slight parity errors"
365-
# )
366363
@markers.snapshot.skip_snapshot_verify(paths=["$..Error.Message"])
367364
@markers.aws.validated
368365
def test_create_topic_name_constraints(self, snapshot, sns_create_topic):

0 commit comments

Comments
 (0)