From 1f29783877da2feab59f24808ce0017a5701046b Mon Sep 17 00:00:00 2001 From: contramundum53 Date: Thu, 30 Nov 2023 16:46:08 +0900 Subject: [PATCH] Update python_tests/artifact/test_backend.py Co-authored-by: c-bata --- python_tests/artifact/test_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tests/artifact/test_backend.py b/python_tests/artifact/test_backend.py index 0bb662aa..35caad85 100644 --- a/python_tests/artifact/test_backend.py +++ b/python_tests/artifact/test_backend.py @@ -201,7 +201,7 @@ def test_upload_artifact_invalid() -> None: body=json.dumps({"file": DUMMY_DATA}), content_type="application/json", ) - assert status == 500 # TODO: This should return 400 + assert status == 500 # TODO(contramundum53): This should return 400 # Invalid: complete trial study.add_trial(optuna.create_trial(value=1.0, distributions={}, params={}))