Skip to content

Commit

Permalink
updated fixture function
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Feb 14, 2025
1 parent 1d0ad1c commit 1abb691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 1abb691

Please sign in to comment.