Skip to content

Commit

Permalink
Update pkg/logging/http_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Giedrius Statkevičius <[email protected]>

Co-authored-by: Yash Sharma <[email protected]>
  • Loading branch information
GiedriusS and yashrsharma44 authored Apr 9, 2021
1 parent a71ee50 commit 7bc4604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logging/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestHTTPServerMiddleware(t *testing.T) {
}
hm := m.HTTPMiddleware("test", http.HandlerFunc(handler))

// Cortex way:
// Regression test for Cortex way - https://github.com/thanos-io/thanos/pull/4041
u, err := url.Parse("http://example.com:5555/foo")
testutil.Ok(t, err)
req := &http.Request{
Expand Down

0 comments on commit 7bc4604

Please sign in to comment.