diff --git a/context_test.go b/context_test.go index 3e8e5e0..536145b 100644 --- a/context_test.go +++ b/context_test.go @@ -21,6 +21,7 @@ func TestContext(t *testing.T) { httpCtx.WithValue(customTypeKey, "halo") userContext := context.Background() + //nolint:all userContext = context.WithValue(userContext, "user_a", "b") httpCtx.WithContext(userContext)