Skip to content

Commit 2a6d0da

Browse files
committed
add comment
1 parent fd45aa5 commit 2a6d0da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/objects/object_storage_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ def test_object_acl_config_update(self):
287287
)
288288

289289
def test_quota_get_and_list(self):
290+
"""
291+
Test that you can get and list an Object storage quota and usage information.
292+
"""
290293
quota = ObjectStorageQuota(
291294
self.client,
292295
"obj-objects-us-ord-1",

0 commit comments

Comments
 (0)