mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
This commit is contained in:
co-authored by
c-bata
parent
4b439a6997
commit
c89aac71d6
@@ -116,7 +116,6 @@ class TestProxyStudyArtifact(TestCase):
|
||||
content_type="application/json",
|
||||
)
|
||||
self.assertEqual(status, 404)
|
||||
self.assertEqual(body, b"Not Found")
|
||||
|
||||
def test_successful_artifact_retrieval(self) -> None:
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
|
||||
Reference in New Issue
Block a user