mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05: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
|
||||
|
||||
|
||||
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
|
||||
):
|
||||
sample_notification = create_sample_notification(
|
||||
|
||||
Reference in New Issue
Block a user