summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/unit
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-02-08 12:13:38 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-02-08 12:17:33 -0500
commit28e64664e55c69eaa0a7d87933e1a702cd7ebac7 (patch)
tree137fb3629de6059dd5fae0800a59280c754a51c4 /roles/lib_openshift/src/test/unit
parent1f090ec4a1c1db7f602021ffa95705ebd1464b86 (diff)
downloadopenshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.tar.gz
openshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.tar.bz2
openshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.tar.xz
openshift-28e64664e55c69eaa0a7d87933e1a702cd7ebac7.zip
Fixing for flake8 spacing.
Diffstat (limited to 'roles/lib_openshift/src/test/unit')
-rwxr-xr-xroles/lib_openshift/src/test/unit/oc_route.py3
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