Read airflow connection parameters properly
Read configuration json file properly even if it doesn't define all parameters
Add emit command to workflow_ctl
Add some example commands for emit message & register essence
Make docker-compose configuration files to allow communication between containers
Rework kickstarter as api_client does not work properly

Change-Id: I59d00bfe17027a7ab367e6acde6a9eaaed3b6937
diff --git a/test/test_kickstarter.py b/test/test_kickstarter.py
index c121a57..3c2cd89 100644
--- a/test/test_kickstarter.py
+++ b/test/test_kickstarter.py
@@ -15,7 +15,7 @@
 from __future__ import absolute_import
 import unittest
 
-from cord_workflow_airflow_extensions.kickstarter import check_web_live
+from tools.kickstarter import check_web_live
 
 
 class TestKickstarter(unittest.TestCase):