summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/kibana_test.py
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-07-12 06:37:51 -0400
committerGitHub <noreply@github.com>2017-07-12 06:37:51 -0400
commit1da90af63656f127b21720248b5c8c25ebc728ed (patch)
tree34e1726b26d921df72583a16a1548d11973b0117 /roles/openshift_health_checker/test/kibana_test.py
parent0d0c6d15d5d413ebefe31370a5c9ad5f0d7bada0 (diff)
parent1c213b51468fa698acb08d18ce5d6b2a5796d93d (diff)
downloadopenshift-1da90af63656f127b21720248b5c8c25ebc728ed.tar.gz
openshift-1da90af63656f127b21720248b5c8c25ebc728ed.tar.bz2
openshift-1da90af63656f127b21720248b5c8c25ebc728ed.tar.xz
openshift-1da90af63656f127b21720248b5c8c25ebc728ed.zip
Merge pull request #4737 from sosiouxme/20170711-consolidate-small-prs
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_health_checker/test/kibana_test.py')
-rw-r--r--roles/openshift_health_checker/test/kibana_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/test/kibana_test.py b/roles/openshift_health_checker/test/kibana_test.py
index 19140a1b6..40a5d19d8 100644
--- a/roles/openshift_health_checker/test/kibana_test.py
+++ b/roles/openshift_health_checker/test/kibana_test.py
@@ -169,7 +169,7 @@ def test_get_kibana_url(route, expect_url, expect_error):
),
])
def test_verify_url_internal_failure(exec_result, expect):
- check = Kibana(execute_module=lambda module_name, args, task_vars: dict(failed=True, msg=exec_result))
+ check = Kibana(execute_module=lambda module_name, args, tmp, task_vars: dict(failed=True, msg=exec_result))
check._get_kibana_url = lambda task_vars: ('url', None)
error = check._check_kibana_route({})