From eb493f68170ed5157d535c76db3575bbd881c91f Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 1 Jun 2017 13:56:47 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20=E2=80=98One-off=20message=E2=80=99=20?= =?UTF-8?q?to=20=E2=80=98Report=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/alphagov/notifications-admin/pull/1293/commits/7915845cb58bdacb90d693fbf3073d80e57fa0d2 --- app/config.py | 2 +- tests/app/dao/test_jobs_dao.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 4bb5d030a..1cac131e2 100644 --- a/app/config.py +++ b/app/config.py @@ -107,7 +107,7 @@ class Config(object): SMS_CHAR_COUNT_LIMIT = 495 BRANDING_PATH = '/images/email-template/crests/' TEST_MESSAGE_FILENAME = 'Test message' - ONE_OFF_MESSAGE_FILENAME = 'One-off message' + ONE_OFF_MESSAGE_FILENAME = 'Report' MAX_VERIFY_CODE_COUNT = 10 NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553' diff --git a/tests/app/dao/test_jobs_dao.py b/tests/app/dao/test_jobs_dao.py index 3ee8e733b..a9af1afda 100644 --- a/tests/app/dao/test_jobs_dao.py +++ b/tests/app/dao/test_jobs_dao.py @@ -337,7 +337,7 @@ def test_get_jobs_for_service_is_paginated(notify_db, notify_db_session, sample_ @pytest.mark.parametrize('file_name', [ 'Test message', - 'One-off message' + 'Report', ]) def test_get_jobs_for_service_doesnt_return_test_messages( notify_db,