Stop passing dvla_org_id to template preview

We were passing both dvla_org_id and filename to template-preview
temporarily while we switch to only using filename. Now that
template-preview is set up to use filename, we can stop sending the
dvla_org_id too.
This commit is contained in:
Katie Smith
2018-10-23 16:21:18 +01:00
parent 02ecf1c5b4
commit a489e7a26b
2 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ class TemplatePreview:
'template': template,
'values': values,
'filename': current_service.letter_logo_filename,
'dvla_org_id': current_service.dvla_organisation,
}
resp = requests.post(
'{}/preview.{}{}'.format(