mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
Merge pull request #1617 from alphagov/ken-set-page-count-0-fake-dvla-response
Update the dvla response data to 0 page count
This commit is contained in:
@@ -124,7 +124,7 @@ def test_create_fake_letter_response_file_uploads_response_file_s3(
|
||||
create_fake_letter_response_file('random-ref')
|
||||
|
||||
mock_s3upload.assert_called_once_with(
|
||||
filedata='random-ref|Sent|1|Sorted',
|
||||
filedata='random-ref|Sent|0|Sorted',
|
||||
region=current_app.config['AWS_REGION'],
|
||||
bucket_name=current_app.config['DVLA_RESPONSE_BUCKET_NAME'],
|
||||
file_location=filename
|
||||
|
||||
Reference in New Issue
Block a user