mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
remove superfluous code in test_bucket_list_maxkeys_zero
This commit is contained in:
parent
16d84101e4
commit
fd68aa2b5b
1 changed files with 1 additions and 2 deletions
|
@ -354,8 +354,7 @@ def test_bucket_list_maxkeys_zero():
|
|||
|
||||
li = bucket.get_all_keys(max_keys=0)
|
||||
eq(li.is_truncated, False)
|
||||
names = [e.name for e in li]
|
||||
eq(names, [])
|
||||
eq(li, [])
|
||||
|
||||
|
||||
@attr('fails_on_rgw')
|
||||
|
|
Loading…
Reference in a new issue