Skip to content

Commit 7a2d236

Browse files
committed
fix linters
1 parent 6068f05 commit 7a2d236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handler_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import (
66
)
77

88
func TestHandler(t *testing.T) {
9-
ctx := context.WithValue(context.TODO(), rspCodeKey{}, &rspCodeVal{})
10-
SetRspCode(ctx, 404)
9+
ctx := context.WithValue(context.TODO(), rspStatusCodeKey{}, &rspStatusCodeVal{})
10+
SetResponseStatusCode(ctx, 404)
1111
}

0 commit comments

Comments
 (0)