mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 09:27:56 -04:00
Renamed test, it was a duplicate name
This commit is contained in:
@@ -63,7 +63,7 @@ def test_get_notification_by_id_returns_200(
|
|||||||
assert json_response == expected_response
|
assert json_response == expected_response
|
||||||
|
|
||||||
|
|
||||||
def test_get_notification_by_id_returns_200(
|
def test_get_notification_by_id_with_placeholders_returns_200(
|
||||||
client, notify_db, notify_db_session, sample_email_template_with_placeholders
|
client, notify_db, notify_db_session, sample_email_template_with_placeholders
|
||||||
):
|
):
|
||||||
sample_notification = create_sample_notification(
|
sample_notification = create_sample_notification(
|
||||||
|
|||||||
Reference in New Issue
Block a user