diff --git a/tests/cli/test_pipeline_command.py b/tests/cli/test_pipeline_command.py index 1ffc0c66aa..a12b4f1c07 100644 --- a/tests/cli/test_pipeline_command.py +++ b/tests/cli/test_pipeline_command.py @@ -44,7 +44,7 @@ def test_pipeline_command_operations(repo_dir: str, project_files: FileStorage) pipeline_command.pipeline_command("info", "chess_pipeline", None, 0) _out = buf.getvalue() # do we have duckdb destination - assert "dlt.destinations.duckdb" in _out + assert "destination: duckdb" in _out print(_out) with io.StringIO() as buf, contextlib.redirect_stdout(buf):