Skip to content

Commit

Permalink
Renaming tests for downloads with missing headers to better reflect b…
Browse files Browse the repository at this point in the history
…ehavior

Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
MartinKilonzo and tseaver authored Sep 15, 2020
1 parent b7282a5 commit 8a560ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ def test_download_as_string_w_response_headers(self):
self.assertEqual(blob.md5_hash, "CS9tHYTt/+ntzj7B9nkkJQ==")
self.assertEqual(blob.crc32c, "4/c+LQ==")

def test_download_as_string_w_hash_response_header_none(self):
def test_download_as_string_w_hash_response_header_missing(self):
blob_name = "blob-name"
md5_hash = "CS9tHYTtyFntzj7B9nkkJQ=="
crc32c = "4gcgLQ=="
Expand Down

0 comments on commit 8a560ef

Please sign in to comment.