Basically, need to add this code: ``` @pytest.fixture(scope="session") def bucketfs_location(backend_aware_bucketfs_params, setup_bucketfs): return bfs.path.build_path(**backend_aware_bucketfs_params) ```