Skip to content

Commit

Permalink
docs: fix docstring in download test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlahovnik committed Jan 20, 2025
1 parent c5f62d8 commit 32180eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/test_download_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def test_plugins_download_http_assets_interrupt(
def test_plugins_download_http_assets_stream_zip_interrupt(
self, mock_requests_get, mock_requests_head, mock_progress_callback
):
"""HTTPDownload.download() must download assets to a temporary file"""
"""HTTPDownload._stream_download_dict() must raise an error if an error is returned by the provider"""

plugin = self.get_download_plugin(self.product)
self.product.location = self.product.remote_location = "http://somewhere"
Expand Down

0 comments on commit 32180eb

Please sign in to comment.