Skip to content

Commit 9de8b16

Browse files
committed
appease linter
1 parent c72ade6 commit 9de8b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

propagation/baggage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func TestExtractValidMultipleBaggageHeaders(t *testing.T) {
171171

172172
for _, tt := range tests {
173173
t.Run(tt.name, func(t *testing.T) {
174-
req, _ := http.NewRequest("GET", "http://example.com", nil)
174+
req, _ := http.NewRequest(http.MethodGet, "http://example.com", nil)
175175
req.Header["Baggage"] = tt.headers
176176

177177
ctx := context.Background()

0 commit comments

Comments
 (0)