From 58b16682deabcf3ceca9a72cf80243f044531b14 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:38:45 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/transports/test_all_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/transports/test_all_plugins.py b/tests/transports/test_all_plugins.py index c4d2d3a87..984af2c6a 100644 --- a/tests/transports/test_all_plugins.py +++ b/tests/transports/test_all_plugins.py @@ -361,6 +361,7 @@ def test_put_and_get(custom_transport, tmp_path_factory): assert remote_file_name in list_of_files assert retrieved_file_name not in list_of_files + def test_putfile_and_getfile(custom_transport, tmp_path_factory): """Test putting and getting files.""" local_dir = tmp_path_factory.mktemp('local')