mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
merge from main and reformat
This commit is contained in:
@@ -192,10 +192,7 @@ def test_send_sms_should_use_template_version_from_notification_not_latest(
|
||||
expected_template_id = sample_template.id
|
||||
|
||||
# Change the template
|
||||
from app.dao.templates_dao import (
|
||||
dao_get_template_by_id,
|
||||
dao_update_template,
|
||||
)
|
||||
from app.dao.templates_dao import dao_get_template_by_id, dao_update_template
|
||||
|
||||
sample_template.content = (
|
||||
sample_template.content + " another version of the template"
|
||||
|
||||
Reference in New Issue
Block a user