mirror of
https://github.com/ceph/s3-tests.git
synced 2025-03-10 23:18:44 +00:00
Add message check for missing Date header
This commit is contained in:
parent
e8c675a49b
commit
fccbd75894
1 changed files with 1 additions and 0 deletions
|
@ -927,6 +927,7 @@ def test_bucket_create_bad_date_none():
|
|||
eq(e.status, 403)
|
||||
eq(e.reason, 'Forbidden')
|
||||
eq(e.error_code, 'AccessDenied')
|
||||
eq(e.message, 'AWS authentication requires a valid Date or x-amz-date header')
|
||||
|
||||
|
||||
@attr(resource='bucket')
|
||||
|
|
Loading…
Add table
Reference in a new issue