Increase the number of days we calculate billing from 3 to 10 days.

Log exception if the billing counts for letters are different in the dvla response file than what we collected.
This commit is contained in:
Rebecca Law
2018-07-24 16:28:30 +01:00
parent 1b21a12b83
commit 4fc004b00a
4 changed files with 10 additions and 8 deletions

View File

@@ -308,7 +308,7 @@ def test_check_billable_units_when_billable_units_does_not_match_page_count(
mocker,
notification_update
):
mock_logger = mocker.patch('app.celery.tasks.current_app.logger.error')
mock_logger = mocker.patch('app.celery.tasks.current_app.logger.exception')
notification = create_notification(sample_letter_template, reference='REFERENCE_ABC', billable_units=3)