Fixed the test to also use HTTPS

This commit is contained in:
mike cullerton 2021-05-06 15:54:39 -04:00
parent 5efb1a72ce
commit 4dc4e270aa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class TestGetDashboardURL(BaseTest):
def test_get_dashboard_url(self):
with mail.record_messages() as outbox:
dashboard_url = f'http://{app.config["FRONTEND"]}'
dashboard_url = f'https://{app.config["FRONTEND"]}'
workflow = self.create_workflow('email_dashboard_url')
self.get_workflow_api(workflow)