Update python_tests/artifact/test_backend.py

Co-authored-by: c-bata <c-bata@users.noreply.github.com>
This commit is contained in:
Hiroki Takizawa
2023-11-27 16:29:00 +09:00
committed by GitHub
co-authored by c-bata
parent ba23617127
commit 4b439a6997
-1
View File
@@ -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: