From 4dcdf2ad04423b3b2c5eaa07144397cefadf2fcc Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Thu, 26 Oct 2023 22:49:40 +0000 Subject: [PATCH] Admin: Enable additional SNS tests --- .github/workflows/tests_real_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_real_aws.yml b/.github/workflows/tests_real_aws.yml index 64303effd..d0713450f 100644 --- a/.github/workflows/tests_real_aws.yml +++ b/.github/workflows/tests_real_aws.yml @@ -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