Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Aug 31, 2023
1 parent 61f9520 commit 57a631d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/test__helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,7 @@ def test__get_uploaded_checksum_from_headers_error_handling():

with pytest.raises(ValueError):
_helpers._get_uploaded_checksum_from_headers(response, None, "invalid")
assert (
_helpers._get_uploaded_checksum_from_headers(response, None, None)
is None
)
assert _helpers._get_uploaded_checksum_from_headers(response, None, None) is None


def _mock_response(headers):
Expand Down

0 comments on commit 57a631d

Please sign in to comment.