aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2021-01-18 18:45:35 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2021-01-18 18:45:35 +0000
commitf893bc3ec14684ff2755f0f52c381fb20253d279 (patch)
treefb1b31e3e88797279f33d50f997b981dc6a1c7ce
parentc6039f7fc69c96e66931c3cc8b6d132654de9292 (diff)
fix test
-rw-r--r--datamaps/tests/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/tests/test_cli.py b/datamaps/tests/test_cli.py
index aed9d56..abad923 100644
--- a/datamaps/tests/test_cli.py
+++ b/datamaps/tests/test_cli.py
@@ -27,7 +27,7 @@ def test_can_run_validation_only_template_import(mock_config, resource_dir, capl
_copy_resources_to_input(mock_config, resource_dir)
result = runner.invoke(_import, ["templates", "-v"])
assert result.exit_code == 0
- assert "No output file required." in [x[2] for x in caplog.record_tuples]
+ assert "No output file produced as not requested." in [x[2] for x in caplog.record_tuples]
def test_import_from_user_defined_source_dir(