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

Commit a49762f

Browse files
committed
add requires_in_process markers
1 parent 3a3586b commit a49762f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/aws/services/sns/test_sns.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4852,6 +4852,7 @@ def test_set_invalid_sms_attributes(self, aws_client, snapshot, attribute_key_va
48524852
snapshot.match("invalid-attribute", e.value.response)
48534853

48544854
@markers.aws.manual_setup_required
4855+
@markers.requires_in_process
48554856
def test_is_phone_number_opted_out(
48564857
self, phone_number, aws_client, snapshot, account_id, region_name, cleanups
48574858
):
@@ -4871,6 +4872,7 @@ def cleanup_store():
48714872
snapshot.match("phone-number-opted-out", response)
48724873

48734874
@markers.aws.manual_setup_required
4875+
@markers.requires_in_process
48744876
def test_list_phone_numbers_opted_out(
48754877
self, phone_number, aws_client, snapshot, account_id, region_name, cleanups
48764878
):
@@ -4896,6 +4898,7 @@ def cleanup_store():
48964898
snapshot.match("list-phone-numbers-opted-out", response)
48974899

48984900
@markers.aws.manual_setup_required
4901+
@markers.requires_in_process
48994902
def test_opt_in_phone_number(
49004903
self, phone_number, aws_client, snapshot, account_id, region_name, cleanups
49014904
):

0 commit comments

Comments
 (0)