Skip to content

Commit

Permalink
Merge pull request Azure#3 from annatisch/async_tests
Browse files Browse the repository at this point in the history
Some Blob Async tests
  • Loading branch information
Rakshith Bhyravabhotla authored Jul 30, 2019
2 parents 8a6df99 + 35261e9 commit 0b5eaed
Show file tree
Hide file tree
Showing 4 changed files with 3,867 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ async def clear_page(self, start_range, end_range, **kwargs):
"""
options = self._clear_page_options(start_range, end_range, **kwargs)
try:
return await self._client.page_blob.clear_pages(0, **options) # type: ignore
return await self._client.page_blob.clear_pages(**options) # type: ignore
except StorageErrorException as error:
process_storage_error(error)

Expand Down
Loading

0 comments on commit 0b5eaed

Please sign in to comment.