Skip to content

Commit 6e7cf2a

Browse files
committed
Remove debugging
1 parent 0b36f8b commit 6e7cf2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/ctl/test_transform_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,5 @@ def test_infrahubctl_transform_cmd_success(httpx_mock: HTTPXMock, tags_transform
128128

129129
with change_directory(tags_transform_dir):
130130
output = runner.invoke(app, ["transform", "tags_transform", "tag=red"])
131-
print(output.stdout)
132131
assert strip_color(output.stdout) == read_fixture("case_success_output.txt", "transform_cmd")
133132
assert output.exit_code == 0

0 commit comments

Comments
 (0)