mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Merge pull request #37 from andrewgaul/empty-content-length
Do not check error_code with empty content length Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
1daa9ec8ec
1 changed files with 0 additions and 1 deletions
|
@ -745,7 +745,6 @@ def test_bucket_create_bad_contentlength_empty():
|
|||
|
||||
eq(e.status, 400)
|
||||
eq(e.reason, 'Bad Request')
|
||||
eq(e.error_code, None)
|
||||
|
||||
|
||||
@attr(resource='bucket')
|
||||
|
|
Loading…
Reference in a new issue