Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Nov 19, 2024
1 parent f00bded commit c9aa6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/object_store/test_mlflow_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@pytest.fixture(autouse=True)
def setup_mlflow_tracking(monkeypatch):
mlflow = pytest.importorskip('mlflow')
monkeypatch.setattr(mlflow.environment_variables, 'MLFLOW_TRACKING_URI', None)
monkeypatch.setattr(mlflow.environment_variables.MLFLOW_TRACKING_URI, 'name', None)


def test_parse_dbfs_path():
Expand Down

0 comments on commit c9aa6e8

Please sign in to comment.