Browse Source

Fixing for flake8 spacing.

Kenny Woodson 8 years ago
parent
commit
28e64664e5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      roles/lib_openshift/src/test/unit/oc_route.py

+ 1 - 2
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