Skip to content

Commit

Permalink
fix(itest): fix merged diff
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed May 25, 2023
1 parent 8984b60 commit 9d20893
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/internal/itest/http_fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ func TestHttpFetch(t *testing.T) {
}},
},
{
name: "http max block limit",
httpRemotes: 1,
name: "http max block limit",
httpRemotes: 1,
expectUncleanEnd: true,
modifyHttpConfig: func(cfg httpserver.HttpServerConfig) httpserver.HttpServerConfig {
cfg.MaxBlocksPerRequest = 3
return cfg
Expand Down

0 comments on commit 9d20893

Please sign in to comment.