We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e685f85 commit d873fd9Copy full SHA for d873fd9
queue_services/account-mailer/src/account_mailer/config.py
@@ -100,7 +100,7 @@ class _Config(): # pylint: disable=too-few-public-methods
100
REPORT_API_URL = os.getenv('REPORT_API_URL', '')
101
REPORT_API_VERSION = os.getenv('REPORT_API_VERSION', '')
102
REPORT_API_URL = REPORT_API_URL + REPORT_API_VERSION
103
- REPORT_API_BASE_URL = f'{os.getenv("REPORT_API_URL")}/reports'
+ REPORT_API_BASE_URL = f'{REPORT_API_URL}/reports'
104
105
# PUB/SUB - SUB: account-mailer-dev
106
# If blank in PUB/SUB, this should match the https endpoint the subscription is pushing to.
0 commit comments