mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-21 20:28:10 +00:00
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):
|
||||
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user