mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
More fixes, removing literal "created" from code.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -10,7 +10,9 @@ from tests.app.db import create_service_data_retention
|
||||
def test_get_service_data_retention(client, sample_service):
|
||||
sms_data_retention = create_service_data_retention(service=sample_service)
|
||||
email_data_retention = create_service_data_retention(
|
||||
service=sample_service, notification_type="email", days_of_retention=10
|
||||
service=sample_service,
|
||||
notification_type=NotificationType.EMAIL,
|
||||
days_of_retention=10,
|
||||
)
|
||||
|
||||
response = client.get(
|
||||
|
||||
Reference in New Issue
Block a user