Skip to content

Commit

Permalink
Destination name in output
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Nov 17, 2023
1 parent fc92929 commit 13ec6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_pipeline_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 13ec6fb

Please sign in to comment.