get rid of skips

This commit is contained in:
Kenneth Kehl
2025-08-29 10:21:49 -07:00
parent 9041d4ffc2
commit 949e17a7d5

View File

@@ -39,7 +39,7 @@ def sns_post(client, data, auth=True, password="testkey"):
)
@pytest.mark.skip(reason="Need to implement SNS tests. Body here mostly from MMG")
# @pytest.mark.skip(reason="Need to implement SNS tests. Body here mostly from MMG")
def test_receive_notification_returns_received_to_sns(
client, mocker, sample_service_full_permissions
):