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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_apex_python_utils_py.py b/tests/test_apex_python_utils_py.py
index 47c10092..12ac4091 100644
--- a/tests/test_apex_python_utils_py.py
+++ b/tests/test_apex_python_utils_py.py
@@ -57,7 +57,7 @@ class TestCommonUtils(object):
def test_parse_net_settings(self):
args = self.parser.parse_args(['parse-net-settings',
'-s', net_sets,
- '-i', 'True',
+ '--flat',
'-e', net_env])
assert_equal(parse_net_settings(args), None)