Skip to content

Commit 51ac452

Browse files
committed
Fixed integration tests
Run with: uv run pytest --integration
1 parent cd7cc0c commit 51ac452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def get_output(*args, input=None):
335335
result = runner.invoke(cli, args, catch_exceptions=False, input=input)
336336
if result.exit_code != 0:
337337
raise GetOutputError(result.output)
338-
return result.output
338+
return result.stdout
339339

340340

341341
def read_file(s3, bucket, path):

0 commit comments

Comments
 (0)