forked from TrueCloudLab/frostfs-s3-gw
[#488] middleware/auth: Add frostfs-to-s3 error transformation
Signed-off-by: Nikita Zinkevich <n.zinkevich@yadro.com>
This commit is contained in:
parent
bc17ab5e47
commit
c2adbd758a
3 changed files with 9 additions and 4 deletions
|
@ -492,7 +492,7 @@ func TestCreateBucketWithoutPermissions(t *testing.T) {
|
|||
hc.h.ape.(*apeMock).err = errors.New("no permissions")
|
||||
|
||||
box, _ := createAccessBox(t)
|
||||
createBucketAssertS3Error(hc, bktName, box, s3errors.ErrInternalError)
|
||||
createBucketAssertS3Error(hc, bktName, box, apierr.ErrInternalError)
|
||||
|
||||
_, err := hc.tp.ContainerID(bktName)
|
||||
require.Errorf(t, err, "container exists after failed creation, but shouldn't")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue