mirror of
https://github.com/ceph/s3-tests.git
synced 2025-02-16 11:16:31 +00:00
fix a botched cleanup
This commit is contained in:
parent
abcb67dec0
commit
d061f44e74
1 changed files with 1 additions and 1 deletions
|
@ -998,5 +998,5 @@ def test_100_continue():
|
|||
|
||||
bucket.set_acl('public-read-write')
|
||||
|
||||
status = _simple_http_req(s3.main.host, s3.main.port, 'PUT', resource)
|
||||
status = _simple_http_req_100_cont(s3.main.host, s3.main.port, 'PUT', resource)
|
||||
eq(status, '100')
|
||||
|
|
Loading…
Add table
Reference in a new issue