Skip to content

Commit f2c9064

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eedd390 commit f2c9064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transports/test_all_plugins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ def test_exec_pwd(custom_transport, remote_tmp_path):
10321032

10331033
assert transport.isdir(subfolder_fullpath)
10341034

1035-
retcode, stdout, stderr = transport.exec_command_wait(f'ls {str(remote_tmp_path)}')
1035+
retcode, stdout, stderr = transport.exec_command_wait(f'ls {remote_tmp_path!s}')
10361036
assert retcode == 0
10371037
assert stdout.strip() in subfolder_fullpath
10381038
assert stderr == ''

0 commit comments

Comments
 (0)