summaryrefslogtreecommitdiffstats
path: root/apex/tests
diff options
context:
space:
mode:
Diffstat (limited to 'apex/tests')
-rw-r--r--apex/tests/test_apex_undercloud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/tests/test_apex_undercloud.py b/apex/tests/test_apex_undercloud.py
index 9e2752ad..fce7a557 100644
--- a/apex/tests/test_apex_undercloud.py
+++ b/apex/tests/test_apex_undercloud.py
@@ -225,5 +225,5 @@ class TestUndercloud(unittest.TestCase):
"https://trunk.rdoproject.org/centos7-{}"
"/current-tripleo/delorean.repo".format(
constants.DEFAULT_OS_VERSION))
- test_ops = {'--run-command': download_cmd}
+ test_ops = [{'--run-command': download_cmd}]
mock_vutils.virt_customize.assert_called_with(test_ops, uc.volume)