summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ipalib/test_cli.py')
-rw-r--r--tests/test_ipalib/test_cli.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_ipalib/test_cli.py b/tests/test_ipalib/test_cli.py
index 8cedd088..56297fdf 100644
--- a/tests/test_ipalib/test_cli.py
+++ b/tests/test_ipalib/test_cli.py
@@ -148,12 +148,12 @@ class test_CLI(ClassChecker):
assert o.api is api
assert o.argv == tuple(argv)
- def test_run(self):
+ def test_run_real(self):
"""
- Test the `ipalib.cli.CLI.run` method.
+ Test the `ipalib.cli.CLI.run_real` method.
"""
self.check_cascade(
- 'run',
+ 'run_real',
'finalize',
'load_plugins',
'bootstrap',