Skip to content

Commit

Permalink
Merge pull request #381 from zezha-msft/minor-fix-sas
Browse files Browse the repository at this point in the history
Minor fix for sas test
  • Loading branch information
zezha-msft authored Nov 3, 2017
2 parents 9b5e870 + 0ec64b7 commit 5c263ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/test_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def test_generate_account_sas_with_multiple_permissions(self):
self.assertIsNotNone(resp.last_modified)

# Act Read
blob = service_with_sas.get_blob_to_text(container_name, blob_name)
blob = service_with_sas.get_blob_to_bytes(container_name, blob_name)

# Assert Read
self.assertIsNotNone(blob.content)
Expand Down

0 comments on commit 5c263ef

Please sign in to comment.