Skip to content

Commit

Permalink
fix iteration8_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges authored Sep 10, 2024
1 parent 340cd41 commit 290776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/metricstest/iteration8_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (suite *Iteration8Suite) TestGetGzipHandlers() {

suite.Run("get info page", func() {
req := httpc.R().
SetHeader("Accept", "html/text").
SetHeader("Accept", "text/html").
SetHeader("Accept-Encoding", "gzip")

resp, err := req.
Expand Down

0 comments on commit 290776e

Please sign in to comment.