8000 validate TestSNSRetrospectionEndpoints and TestSESRetrospection · localstack/localstack@60e0938 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60e0938

Browse files
committed
validate TestSNSRetrospectionEndpoints and TestSESRetrospection
1 parent 1db9b8f commit 60e0938

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/aws/services/ses/test_ses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ def test_special_tags_send_email(self, tag_name, tag_value, aws_client):
872872
assert exc.match("MessageRejected")
873873

874874

875+
@pytest.mark.usefixtures("openapi_validate")
875876
class TestSESRetrospection:
876877
@markers.aws.only_localstack
877878
def test_send_email_can_retrospect(self, aws_client):

tests/aws/services/sns/test_sns.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4301,6 +4301,7 @@ def get_log_events():
43014301
snapshot.match("delivery-events", events)
43024302

43034303

4304+
@pytest.mark.usefixtures("openapi_validate")
43044305
class TestSNSRetrospectionEndpoints:
43054306
@markers.aws.only_localstack
43064307
def test_publish_to_platform_endpoint_can_retrospect(

0 commit comments

Comments
 (0)
0