Skip to content

Commit

Permalink
Merge pull request #881 from dhermes/fix-broken-tests
Browse files Browse the repository at this point in the history
Fixing broken bucket test (using connection).
  • Loading branch information
dhermes committed May 14, 2015
2 parents cf38c8d + 0b00b91 commit e62fc58
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 e62fc58

Please sign in to comment.