Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Dec 15, 2024
1 parent 8e535e3 commit a45c424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a45c424

Please sign in to comment.