From c89aac71d63f00aca798e25eb605b7e834ec5fc6 Mon Sep 17 00:00:00 2001 From: Hiroki Takizawa Date: Mon, 27 Nov 2023 16:29:08 +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 d7df189a..07ea34d7 100644 --- a/python_tests/artifact/test_backend.py +++ b/python_tests/artifact/test_backend.py @@ -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: