Skip to content

Commit

Permalink
Fixed TestRemoteReadRoundTripper_ShouldAllowMiddlewaresToManipulateRe…
Browse files Browse the repository at this point in the history
…quest

Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Jun 17, 2024
1 parent 7f2ab73 commit 5e848e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/frontend/querymiddleware/remote_read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ type apiResponse struct {

func TestRemoteReadRoundTripper_ShouldAllowMiddlewaresToManipulateRequest(t *testing.T) {
const (
expectedStartMs = 1
expectedEndMs = 2
expectedStartMs = 11
expectedEndMs = 19
)

origRemoteReadReq := makeTestRemoteReadRequest()
Expand Down

0 comments on commit 5e848e4

Please sign in to comment.