diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-09 15:37:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-09 15:37:11 +0000 |
commit | 9be56bb3c62fd07e5524c76256b964bb4988baf2 (patch) | |
tree | 8c578530b784283607a673d5e491fedb2f780411 /tests | |
parent | 5c9e135ccc5867ebf26bbe594cbd9964582a237d (diff) | |
parent | d5f0e0d3cd0ca88962c3f6d57d22ae27f2e3a5f1 (diff) |
Merge "Fix network_isolation argparse issue"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_apex_python_utils_py.py | 2 |
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) |