mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
remove most letter branding
This commit is contained in:
@@ -46,7 +46,6 @@ from app.models import (
|
||||
InvitedOrganisationUser,
|
||||
InvitedUser,
|
||||
Job,
|
||||
LetterBranding,
|
||||
LetterRate,
|
||||
Notification,
|
||||
NotificationHistory,
|
||||
@@ -931,15 +930,6 @@ def create_template_folder(service, name='foo', parent=None):
|
||||
return tf
|
||||
|
||||
|
||||
def create_letter_branding(name='HM Government', filename='hm-government'):
|
||||
test_domain_branding = LetterBranding(name=name,
|
||||
filename=filename,
|
||||
)
|
||||
db.session.add(test_domain_branding)
|
||||
db.session.commit()
|
||||
return test_domain_branding
|
||||
|
||||
|
||||
def set_up_usage_data(start_date):
|
||||
year = int(start_date.strftime('%Y'))
|
||||
one_week_earlier = start_date - timedelta(days=7)
|
||||
|
||||
Reference in New Issue
Block a user