Skip to content

Commit

Permalink
Merge pull request etcd-io#16568 from jmhbnz/fix-release-35-cmux
Browse files Browse the repository at this point in the history
[3.5] Backport removing obsolete http 1.0 version for cmux tests
  • Loading branch information
ahrtr authored Sep 10, 2023
2 parents c8d06bb + bfb3494 commit 635219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cmux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func testConnectionMultiplexing(ctx context.Context, t *testing.T, member etcdPr
assert.NoError(t, err)
})
t.Run("curl", func(t *testing.T) {
for _, httpVersion := range []string{"2", "1.1", "1.0", ""} {
for _, httpVersion := range []string{"2", "1.1", ""} {
tname := "http" + httpVersion
if httpVersion == "" {
tname = "default"
Expand Down

0 comments on commit 635219a

Please sign in to comment.