Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 7679391

Browse files
committed
fix tests after rebase
1 parent a96340e commit 7679391

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
@@ -794,7 +794,6 @@ def test_topic_publish_another_region(
794794

795795
snapshot.match("error-batch", e.value.response)
796796

797-
@pytest.mark.skipif(is_sns_v1_provider(), reason="not correctly implemented")
798797
@markers.aws.validated
799798
def test_publish_no_confirm_subscription(
800799
self, sns_create_topic, snapshot, sns_subscription, aws_client, e_mail_address
@@ -2439,7 +2438,6 @@ def test_publish_batch_messages_without_topic(self, sns_create_topic, snapshot,
24392438
snapshot.match("publish-batch-no-topic", e.value.response)
24402439

24412440
@markers.aws.validated
2442-
@pytest.mark.skipif(is_sns_v1_provider(), reason="not covered in v1")
24432441
def test_publish_batch_exceptions(
24442442
self, sns_create_topic, sqs_create_queue, sns_create_sqs_subscription, snapshot, aws_client
24452443
):
@@ -3155,7 +3153,6 @@ def test_fifo_topic_to_regular_sqs(
31553153
snapshot.match("dedup-messages", response)
31563154

31573155
@markers.aws.validated
3158-
@pytest.mark.skipif(is_sns_v1_provider(), reason="not covered in v1")
31593156
def test_validations_for_fifo(
31603157
self,
31613158
sns_create_topic,

0 commit comments

Comments
 (0)