[#1568] pilorama: Replace "containerID" with "container ID" in the error message
All checks were successful
DCO action / DCO (pull_request) Successful in 4m18s
Pre-commit hooks / Pre-commit (pull_request) Successful in 5m17s
Tests and linters / Run gofumpt (pull_request) Successful in 13m55s
Vulncheck / Vulncheck (pull_request) Successful in 14m23s
Build / Build Components (pull_request) Successful in 15m31s
Tests and linters / Lint (pull_request) Successful in 6m20s
Tests and linters / Tests with -race (pull_request) Successful in 8m53s
Tests and linters / Staticcheck (pull_request) Successful in 9m25s
Tests and linters / Tests (pull_request) Successful in 10m8s
Tests and linters / gopls check (pull_request) Successful in 10m48s
All checks were successful
DCO action / DCO (pull_request) Successful in 4m18s
Pre-commit hooks / Pre-commit (pull_request) Successful in 5m17s
Tests and linters / Run gofumpt (pull_request) Successful in 13m55s
Vulncheck / Vulncheck (pull_request) Successful in 14m23s
Build / Build Components (pull_request) Successful in 15m31s
Tests and linters / Lint (pull_request) Successful in 6m20s
Tests and linters / Tests with -race (pull_request) Successful in 8m53s
Tests and linters / Staticcheck (pull_request) Successful in 9m25s
Tests and linters / Tests (pull_request) Successful in 10m8s
Tests and linters / gopls check (pull_request) Successful in 10m48s
It is "container ID" in every other place. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
de6a034641
commit
0bee029e55
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ func (t *boltForest) TreeListTrees(ctx context.Context, prm TreeListTreesPrm) (*
|
|||
|
||||
var contID cidSDK.ID
|
||||
if err := contID.Decode(k[:32]); err != nil {
|
||||
return fmt.Errorf("decode containerID: %w", err)
|
||||
return fmt.Errorf("decode container ID: %w", err)
|
||||
}
|
||||
res.Items = append(res.Items, ContainerIDTreeID{
|
||||
CID: contID,
|
||||
|
|
Loading…
Reference in a new issue