Skip to content

Commit

Permalink
Update python_tests/artifact/test_backend.py
Browse files Browse the repository at this point in the history
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
  • Loading branch information
eukaryo and c-bata authored Nov 27, 2023
1 parent 4b439a6 commit c89aac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_tests/artifact/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def test_artifact_not_found(self) -> None:
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:
Expand Down

0 comments on commit c89aac7

Please sign in to comment.