diff options
Diffstat (limited to 'roles')
-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 |