Skip to content

Commit d873fd9

Browse files
authored
fix report url (#3073)
1 parent e685f85 commit d873fd9

File tree

1 file changed

+1
-1
lines changed
  • queue_services/account-mailer/src/account_mailer

1 file changed

+1
-1
lines changed

queue_services/account-mailer/src/account_mailer/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class _Config(): # pylint: disable=too-few-public-methods
100100
REPORT_API_URL = os.getenv('REPORT_API_URL', '')
101101
REPORT_API_VERSION = os.getenv('REPORT_API_VERSION', '')
102102
REPORT_API_URL = REPORT_API_URL + REPORT_API_VERSION
103-
REPORT_API_BASE_URL = f'{os.getenv("REPORT_API_URL")}/reports'
103+
REPORT_API_BASE_URL = f'{REPORT_API_URL}/reports'
104104

105105
# PUB/SUB - SUB: account-mailer-dev
106106
# If blank in PUB/SUB, this should match the https endpoint the subscription is pushing to.

0 commit comments

Comments
 (0)