mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-26 02:09:30 -04:00
@@ -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'
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user