Skip to content

Commit 822029d

Browse files
committed
fix lint
Signed-off-by: SungJin1212 <[email protected]>
1 parent c673f45 commit 822029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/distributor/distributor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@ func TestDistributor_BatchTimeoutMetric(t *testing.T) {
45444544
reg := regs[0]
45454545

45464546
ctx := context.Background()
4547-
ctx = user.InjectOrgID(context.Background(), "user-1")
4547+
ctx = user.InjectOrgID(ctx, "user-1")
45484548

45494549
for range 5 {
45504550
request := makeWriteRequest(0, 30, 0, 0)

0 commit comments

Comments
 (0)