Skip to content

Commit

Permalink
Fix Google Cloud tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Nov 22, 2024
1 parent f029e50 commit d837cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def test_storage_save_gzipped(self, *args):
retry=DEFAULT_RETRY,
size=11,
predefined_acl=None,
content_type="application/javascript",
content_type="text/javascript",
)
finally:
patcher.stop()
Expand Down

0 comments on commit d837cf8

Please sign in to comment.