From ed3dd597060a75b9f8e789e77bc2bcd591a3b778 Mon Sep 17 00:00:00 2001 From: mickychang9 Date: Thu, 11 Sep 2025 18:30:07 +0800 Subject: [PATCH] chore: fix function name Signed-off-by: mickychang9 --- pkg/api/chunk_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/chunk_test.go b/pkg/api/chunk_test.go index 35ad491e606..aa4e4ec485f 100644 --- a/pkg/api/chunk_test.go +++ b/pkg/api/chunk_test.go @@ -248,7 +248,7 @@ func TestChunkInvalidParams(t *testing.T) { }) } -// TestDirectChunkUpload tests that the direct upload endpoint give correct error message in dev mode +// TestChunkDirectUpload tests that the direct upload endpoint give correct error message in dev mode func TestChunkDirectUpload(t *testing.T) { t.Parallel() var (