Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gcloud/storage/test_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ def test_make_public_recursive_too_many(self):
],
}
connection = _Connection(AFTER, GET_BLOBS_RESP)
bucket = self._makeOne(NAME, connection)
bucket = self._makeOne(NAME)
bucket.acl.loaded = True
bucket.default_object_acl.loaded = True

Expand Down