Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 21, 2024
1 parent eedd390 commit f2c9064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transports/test_all_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def test_exec_pwd(custom_transport, remote_tmp_path):

assert transport.isdir(subfolder_fullpath)

retcode, stdout, stderr = transport.exec_command_wait(f'ls {str(remote_tmp_path)}')
retcode, stdout, stderr = transport.exec_command_wait(f'ls {remote_tmp_path!s}')
assert retcode == 0
assert stdout.strip() in subfolder_fullpath
assert stderr == ''
Expand Down

0 comments on commit f2c9064

Please sign in to comment.