forked from TrueCloudLab/frostfs-s3-gw
parent
396c89f7bc
commit
c5d8e12a1c
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ func prepareCORSContext(t *testing.T, cachesConfig ...*CachesConfig) *testContex
|
|||
|
||||
return &testContext{
|
||||
ctx: ctx,
|
||||
layer: NewLayer(logger, tp, layerCfg),
|
||||
layer: NewLayer(ctx, logger, tp, layerCfg),
|
||||
bktInfo: &data.BucketInfo{
|
||||
Name: bktName,
|
||||
Owner: owner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue