diff --git a/python_tests/artifact/test_optuna_compatibility.py b/python_tests/artifact/test_optuna_compatibility.py index 52032ae1..d81e1397 100644 --- a/python_tests/artifact/test_optuna_compatibility.py +++ b/python_tests/artifact/test_optuna_compatibility.py @@ -46,6 +46,7 @@ def test_list_optuna_trial_artifacts() -> None: artifact_meta = get_artifact_meta( storage=storage, + study_id=study._study_id, trial_id=trial._trial_id, artifact_id=artifact_id, )