From 64dc46c0c2552159709dc3ac56ff49ac807f1008 Mon Sep 17 00:00:00 2001 From: Hiroki Takizawa Date: Thu, 7 Dec 2023 10:30:09 +0900 Subject: [PATCH] Update python_tests/test_csv_download.py Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com> --- python_tests/test_csv_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tests/test_csv_download.py b/python_tests/test_csv_download.py index b8491502..89f8978f 100644 --- a/python_tests/test_csv_download.py +++ b/python_tests/test_csv_download.py @@ -18,7 +18,7 @@ def test_download_csv_no_trial() -> None: study = optuna.create_study(storage=storage) study.optimize(objective, n_trials=0) app = create_app(storage) - status, _, body = send_request( + status, _, _ = send_request( app, "/csv/0", "GET",