From 4b439a69970c770809ef0e320ac5ea79f3c99685 Mon Sep 17 00:00:00 2001 From: Hiroki Takizawa Date: Mon, 27 Nov 2023 16:29:00 +0900 Subject: [PATCH] Update python_tests/artifact/test_backend.py Co-authored-by: c-bata --- python_tests/artifact/test_backend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python_tests/artifact/test_backend.py b/python_tests/artifact/test_backend.py index bdd6c00d..d7df189a 100644 --- a/python_tests/artifact/test_backend.py +++ b/python_tests/artifact/test_backend.py @@ -104,7 +104,6 @@ class TestProxyStudyArtifact(TestCase): content_type="application/json", ) self.assertEqual(status, 400) - self.assertEqual(body, b"Cannot access to the artifacts.") def test_artifact_not_found(self) -> None: with tempfile.TemporaryDirectory() as tmpdir: