Update python_tests/test_csv_download.py

Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
This commit is contained in:
Hiroki Takizawa
2023-12-07 10:30:09 +09:00
committed by GitHub
co-authored by Shuhei Watanabe
parent 7d834d3aae
commit 64dc46c0c2
+1 -1
View File
@@ -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",