summaryrefslogtreecommitdiffstats
path: root/tests/test_apex_python_utils_py.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_apex_python_utils_py.py')
-rw-r--r--tests/test_apex_python_utils_py.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_apex_python_utils_py.py b/tests/test_apex_python_utils_py.py
index eb16f67d..550042f5 100644
--- a/tests/test_apex_python_utils_py.py
+++ b/tests/test_apex_python_utils_py.py
@@ -81,7 +81,8 @@ class TestCommonUtils(object):
args = self.parser.parse_args(['nic-template',
'-s', net_sets,
'-r', 'compute',
- '-t', nic_template])
+ '-t', nic_template,
+ '--deploy-settings-file', deploy_sets])
assert_equal(build_nic_template(args), None)
def test_parse_inventory(self):