Fixed the test to also use HTTPS
This commit is contained in:
parent
5efb1a72ce
commit
4dc4e270aa
|
@ -7,7 +7,7 @@ class TestGetDashboardURL(BaseTest):
|
||||||
def test_get_dashboard_url(self):
|
def test_get_dashboard_url(self):
|
||||||
with mail.record_messages() as outbox:
|
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')
|
workflow = self.create_workflow('email_dashboard_url')
|
||||||
self.get_workflow_api(workflow)
|
self.get_workflow_api(workflow)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue