forked from TrueCloudLab/s3-tests
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.status, 400)
|
||||||
eq(e.reason, 'Bad Request')
|
eq(e.reason, 'Bad Request')
|
||||||
eq(e.error_code, None)
|
|
||||||
|
|
||||||
|
|
||||||
@attr(resource='bucket')
|
@attr(resource='bucket')
|
||||||
|
|
Loading…
Add table
Reference in a new issue