[#653] Fix lint
All checks were successful
/ DCO (pull_request) Successful in 34s
/ Vulncheck (pull_request) Successful in 1m14s
/ Builds (pull_request) Successful in 1m30s
/ OCI image (pull_request) Successful in 2m1s
/ Lint (pull_request) Successful in 2m13s
/ Tests (pull_request) Successful in 1m24s
/ Vulncheck (push) Successful in 1m3s
/ Builds (push) Successful in 1m16s
/ OCI image (push) Successful in 2m11s
/ Lint (push) Successful in 2m31s
/ Tests (push) Successful in 1m34s

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,