mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
Do not check error_code with empty content length
This matches test_bucket_create_bad_contentlength_negative.
This commit is contained in:
parent
4a67f6c0f3
commit
c280ade220
1 changed files with 0 additions and 1 deletions
|
@ -722,7 +722,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…
Reference in a new issue