Commit 67fd67c
committed
fix expected error message in clear-retention test
assert_throws_async does strict equality on the message. The actual
S3 error mapped from OBJECT_LOCKED is AccessDeniedObjectLocked which
has message 'Access Denied because object protected by object lock.'
not the generic 'Access Denied'.
Signed-off-by: kajalpareek-lab <pareekkajal97@gmail.com>1 parent 3e94f8d commit 67fd67c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
594 | | - | |
| 594 | + | |
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| |||
0 commit comments