Admin: Enable additional SNS tests

This commit is contained in:
Bert Blommers 2023-10-26 22:49:40 +00:00 committed by GitHub
parent 8fb053fb05
commit 4dcdf2ad04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,4 @@ jobs:
env:
MOTO_TEST_ALLOW_AWS_REQUEST: ${{ true }}
run: |
pytest -sv tests/test_dynamodb/ tests/test_ec2/ tests/test_lakeformation/ tests/test_ses/ tests/test_s3* -m aws_verified
pytest -sv tests/test_dynamodb/ tests/test_ec2/ tests/test_lakeformation/ tests/test_ses/ tests/test_s3* tests/test_sns/ -m aws_verified