From 1abb69177a76501e096dc55c589f5e1e0554f499 Mon Sep 17 00:00:00 2001 From: RRosio Date: Thu, 13 Feb 2025 23:56:39 -0800 Subject: [PATCH] updated fixture function --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index 49181c2..1a7dd7b 100644 --- a/conftest.py +++ b/conftest.py @@ -76,7 +76,7 @@ def setup_config_file_fs(tmp_path: Path, setup_tmp_local): @pytest.fixture(scope="function") def fs_manager_instance(setup_config_file_fs, s3_client): fs_manager = setup_config_file_fs - fs_info = fs_manager.get_filesystem_by_protocol("memory") + fs_info = fs_manager.get_filesystem("TestMem Source") mem_fs = fs_info["info"]["instance"] mem_root_path = fs_info["info"]["path"]