fix tests

This commit is contained in:
Kenneth Kehl
2025-10-02 11:36:27 -07:00
parent e40dca8904
commit f5bd0e3bb1

View File

@@ -16,7 +16,6 @@ from app.clients.email.aws_ses_stub import AwsSesStubClient
from app.enums import NotificationStatus, StatisticsType
def test_should_return_correct_details_for_delivery():
response_dict = get_aws_responses("Delivery")
assert response_dict["message"] == "Delivered"