Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docstring
Browse files Browse the repository at this point in the history
kelvin-muchiri committed Sep 30, 2024
1 parent 3d482fc commit fafc1c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1791,6 +1791,7 @@ def test_soft_deleted(self):
@patch("onadata.libs.utils.image_tools.get_storage_class")
@patch("onadata.libs.utils.image_tools.boto3.client")
def test_download_from_s3(self, mock_presigned_urls, mock_get_storage_class):
"""EntityList dataset is downloaded from Amazon S3"""
expected_url = (
"https://testing.s3.amazonaws.com/bob/exports/"
"trees/csv/trees_2024_06_21_07_47_24_026998.csv?"

0 comments on commit fafc1c6

Please sign in to comment.