summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index b12f92ea..a4d01880 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -232,7 +232,7 @@ class CmdLineTest(BaseCmdLineTest):
self.command_line("debug sys")
out = self.stdout()
self.assertIn("version:", out)
- self.assertIn("data_path:", out)
+ self.assertIn("data_file:", out)
def test_debug_config(self):
self.command_line("debug config")