diff --git a/.talismanrc b/.talismanrc index 372b277c8d..4ccd7d777e 100644 --- a/.talismanrc +++ b/.talismanrc @@ -6,7 +6,7 @@ fileignoreconfig: - filename: app/schema_validation/__init__.py checksum: 9487ddbb105a20f5fd495eb4426b7c27ee3be1894b69a189363363ed616722c0 - filename: poetry.lock - checksum: af5fb0c9dbbd760ad68c127b16337e6cdd4dbc4b25be6fce2e37d274a9ea96af + checksum: 5a38233437be4d758c89889492e0848616c7d7394e1148e85398a4ba9ee00962 - filename: tests/app/dao/test_api_key_dao.py checksum: 5bab4eaddf8760c502111ae3e5f9f8bee59482d99f053f94598e8c77bd10b7b6 - filename: tests/app/dao/test_ft_billing_dao.py diff --git a/poetry.lock b/poetry.lock index 1efd82df18..432b2e65bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2250,8 +2250,8 @@ statsd = ">=4.0.1" [package.source] type = "git" url = "https://github.com/department-of-veterans-affairs/notification-utils.git" -reference = "API-2286-subject-placeholders" -resolved_reference = "a5bc579ad038e65bfb65b67055ce17e3c3a6f376" +reference = "HEAD" +resolved_reference = "c9392a6b282d021994673fa21c93013b09f1791b" [[package]] name = "notifications-python-client" @@ -3818,4 +3818,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "af22daa764c3fc2d87f1409d4f3bd05991d2d9632412b6585beaca50991cd36b" +content-hash = "f3a69b3a5bcd7c5ec5d6df87152a7fab8471696caa488bd4015a2d2a54a3c8fe" diff --git a/pyproject.toml b/pyproject.toml index 67399d382e..39f06f7aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ twilio = "*" Unidecode = "*" validatesns = "*" Werkzeug = "*" -notification-utils = {git = "https://github.com/department-of-veterans-affairs/notification-utils.git", branch = 'API-2286-subject-placeholders'} +notification-utils = {git = "https://github.com/department-of-veterans-affairs/notification-utils.git"} [tool.poetry.group.test] optional = true diff --git a/tests/app/notifications/test_process_notifications.py b/tests/app/notifications/test_process_notifications.py index 09a3d985c4..3a4c36f438 100644 --- a/tests/app/notifications/test_process_notifications.py +++ b/tests/app/notifications/test_process_notifications.py @@ -1266,7 +1266,5 @@ def test_check_placeholders_email_missing_personalisation(sample_template, subje utils_template_instance = get_template_instance(template.__dict__, personalisation) assert isinstance(utils_template_instance, WithSubjectTemplate) - print(utils_template_instance.missing_data) # TODO - delete - with pytest.raises(BadRequestError): check_placeholders(utils_template_instance)