mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Remove unused test code
Notifications don't have a `scheduled_for` attribute, and the test function deleted isn't used anywhere.
This commit is contained in:
@@ -20,7 +20,6 @@ def test_get_notification_by_id_returns_200(
|
||||
template=sample_template,
|
||||
billable_units=billable_units,
|
||||
sent_by=provider,
|
||||
scheduled_for="2017-05-12 15:15"
|
||||
)
|
||||
|
||||
# another
|
||||
@@ -28,7 +27,6 @@ def test_get_notification_by_id_returns_200(
|
||||
template=sample_template,
|
||||
billable_units=billable_units,
|
||||
sent_by=provider,
|
||||
scheduled_for="2017-06-12 15:15"
|
||||
)
|
||||
|
||||
auth_header = create_service_authorization_header(service_id=sample_notification.service_id)
|
||||
|
||||
Reference in New Issue
Block a user