Removed placeholder from testing

This commit is contained in:
Vivek Santayana 2023-12-01 16:01:16 +00:00
parent 1eab378b0c
commit 73a8274ccf

View File

@ -6,7 +6,7 @@ class Config(object):
# Customisation # Customisation
GROUP = '' # Group/Organisation Name GROUP = '' # Group/Organisation Name
EMAIL_DOMAIN = 'bar.com' # Email domain for organisation EMAIL_DOMAIN = '' # Email domain for organisation
SUBJECT = f'{GROUP} Secret Santa Draw' if GROUP else 'Secret Santa Draw' # Email subject line SUBJECT = f'{GROUP} Secret Santa Draw' if GROUP else 'Secret Santa Draw' # Email subject line
GREETING = 'Ho Ho Ho' # Email greeting GREETING = 'Ho Ho Ho' # Email greeting
SENDER = 'The Secret Santa Elf' # Email sign-off SENDER = 'The Secret Santa Elf' # Email sign-off