Skip to content

Commit

Permalink
remove stray args
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij12345 committed Jun 28, 2023
1 parent f3078ab commit 74ca05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_neptune_mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_e2e(dataset, model, neptune_exporter_e2e):
run_name = mlflow_runs["tags.mlflow.runName"][0]

# check logged run metadata
neptune_run = neptune.init_run(custom_run_id=run_id, name="test-name")
neptune_run = neptune.init_run(custom_run_id=run_id)

# experiment
assert neptune_run["experiment/experiment_id"].fetch() == experiment.experiment_id
Expand Down

0 comments on commit 74ca05d

Please sign in to comment.