summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test
diff options
context:
space:
mode:
authorjuanvallejo <jvallejo@redhat.com>2017-07-26 19:04:08 -0400
committerjuanvallejo <jvallejo@redhat.com>2017-07-26 19:04:08 -0400
commit8af18393771ed5679932b05e34fc1d941f7dd51e (patch)
treee014e827876d445960b53a9227435feb9f1cd815 /roles/openshift_health_checker/test
parent5d03e56e3befb1182834d9ca3020fc53b8590f3f (diff)
downloadopenshift-8af18393771ed5679932b05e34fc1d941f7dd51e.tar.gz
openshift-8af18393771ed5679932b05e34fc1d941f7dd51e.tar.bz2
openshift-8af18393771ed5679932b05e34fc1d941f7dd51e.tar.xz
openshift-8af18393771ed5679932b05e34fc1d941f7dd51e.zip
fixes after rebasing with #4485
Diffstat (limited to 'roles/openshift_health_checker/test')
-rw-r--r--roles/openshift_health_checker/test/disk_availability_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_health_checker/test/disk_availability_test.py b/roles/openshift_health_checker/test/disk_availability_test.py
index bd91d32a3..5720eeacf 100644
--- a/roles/openshift_health_checker/test/disk_availability_test.py
+++ b/roles/openshift_health_checker/test/disk_availability_test.py
@@ -224,8 +224,8 @@ def test_min_required_space_changes_with_upgrade_context(name, group_names, cont
ansible_mounts=ansible_mounts,
)
- check = DiskAvailability(execute_module=fake_execute_module)
- result = check.run(tmp=None, task_vars=task_vars)
+ check = DiskAvailability(fake_execute_module, task_vars)
+ result = check.run()
assert result.get("failed", False) == failed
for word in extra_words: