Skip to content

Commit

Permalink
empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Nov 19, 2024
1 parent c9aa6e8 commit fa8a4fc
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, 'name', None)
monkeypatch.setenv(mlflow.environment_variables.MLFLOW_TRACKING_URI.name, '')


def test_parse_dbfs_path():
Expand Down

0 comments on commit fa8a4fc

Please sign in to comment.