Merge "Changes to Installation Procedure docs"
[apex.git] / tests / test_apex_python_utils_py.py
index 28180f0..eb16f67 100644 (file)
@@ -62,7 +62,6 @@ class TestCommonUtils(object):
         tmp_dir = tempfile.mkdtemp()
         args = self.parser.parse_args(['parse-net-settings',
                                        '-s', net_sets,
-                                       '--flat',
                                        '-td', tmp_dir,
                                        '-e', net_env])
         assert_equal(parse_net_settings(args), None)