From 28e64664e55c69eaa0a7d87933e1a702cd7ebac7 Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Wed, 8 Feb 2017 12:13:38 -0500 Subject: Fixing for flake8 spacing. --- roles/lib_openshift/src/test/unit/oc_route.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roles/lib_openshift') diff --git a/roles/lib_openshift/src/test/unit/oc_route.py b/roles/lib_openshift/src/test/unit/oc_route.py index 102903cc1..fcfa88cbf 100755 --- a/roles/lib_openshift/src/test/unit/oc_route.py +++ b/roles/lib_openshift/src/test/unit/oc_route.py @@ -64,7 +64,7 @@ class OCRouteTest(unittest.TestCase): 'port': None } - route_result ='''{ + route_result = '''{ "kind": "Route", "apiVersion": "v1", "metadata": { @@ -108,7 +108,6 @@ class OCRouteTest(unittest.TestCase): } }''' - # Return values of our mocked function call. These get returned once per call. mock_cmd.side_effect = [ # First call to mock -- cgit v1.2.3