diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-02-08 12:13:38 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-02-08 12:17:33 -0500 |
commit | 28e64664e55c69eaa0a7d87933e1a702cd7ebac7 (patch) | |
tree | 137fb3629de6059dd5fae0800a59280c754a51c4 | |
parent | 1f090ec4a1c1db7f602021ffa95705ebd1464b86 (diff) | |
download | openshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.tar.gz openshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.tar.bz2 openshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.tar.xz openshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.zip |
Fixing for flake8 spacing.
-rwxr-xr-x | roles/lib_openshift/src/test/unit/oc_route.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |