diff --git a/sdk/python/tests/integration/registration/test_cli.py b/sdk/python/tests/integration/registration/test_cli.py index 2cf5ccd672..bba12056ce 100644 --- a/sdk/python/tests/integration/registration/test_cli.py +++ b/sdk/python/tests/integration/registration/test_cli.py @@ -174,10 +174,10 @@ def test_nullable_online_store(test_nullable_online_store) -> None: with tempfile.TemporaryDirectory() as repo_dir_name: try: + repo_path = Path(repo_dir_name) feature_store_yaml = make_feature_store_yaml( - project, test_nullable_online_store, repo_dir_name + project, test_nullable_online_store, repo_path ) - repo_path = Path(repo_dir_name) repo_config = repo_path / "feature_store.yaml"