From 8e2618d1903b3ba5e0e90b452922ecc204b9ae9f Mon Sep 17 00:00:00 2001 From: gnaponie Date: Aug 19 2019 09:51:08 +0000 Subject: Fix unit tests Signed-off-by: gnaponie --- diff --git a/greenwave/tests/test_utils.py b/greenwave/tests/test_utils.py index 4497f2c..5fca72d 100644 --- a/greenwave/tests/test_utils.py +++ b/greenwave/tests/test_utils.py @@ -20,7 +20,7 @@ from greenwave.utils import json_error (Timeout('TIMEOUT'), 504, 'TIMEOUT'), (InternalServerError(), 500, 'The server encountered an internal error'), (urllib3.exceptions.MaxRetryError( - 'MAX_RETRY', '.../gating.yaml'), 502, ('There was an error retrieving the' + 'MAX_RETRY', '.../gating.yaml'), 502, ('There was an error retrieving the ' 'gating.yaml file at .../gating.yaml')) ]) def test_json_connection_error(error, expected_status_code,