Skip to content

Commit

Permalink
Fixing broken bucket test (using connection).
Browse files Browse the repository at this point in the history
Caused by #878 and #879 passing by each other simultaneously.
  • Loading branch information
dhermes committed May 14, 2015
1 parent cf38c8d commit 0b00b91
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0b00b91

Please sign in to comment.