Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2025-03-26 10:30:33 +03:00
parent 396c89f7bc
commit c5d8e12a1c

View file

@ -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,