fix test syntax

This commit is contained in:
Leo Hemsted
2017-04-11 17:15:31 +01:00
parent 6d5f90eea2
commit a0470b40ea
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ def extract_deskpro_config(deskpro_config):
os.environ['DESKPRO_API_KEY'] = deskpro_config['credentials']['api_key']
def extract_template_preview_config(template_preview_config):
os.environ['TEMPLATE_PREVIEW_API_HOST'] = template_preview_config['credentials']['api_host']
os.environ['TEMPLATE_PREVIEW_API_KEY'] = template_preview_config['credentials']['api_key']