Skip to content

Commit aec63b5

Browse files
author
Luke Sneeringer
committed
Have the labels system text exercise .patch
1 parent 2e29e20 commit aec63b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/tests/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_bucket_update_labels(self):
127127

128128
new_labels = {'another-label': 'another-value'}
129129
bucket.labels = new_labels
130-
bucket.update()
130+
bucket.patch()
131131
self.assertEqual(bucket.labels, new_labels)
132132

133133
bucket.labels = {}

0 commit comments

Comments
 (0)