Skip to content

Commit bc5bf49

Browse files
committed
fix tests
1 parent d13371a commit bc5bf49

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

config/confighttp/confighttp_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,9 @@ func TestHttpReception(t *testing.T) {
718718
}
719719

720720
hcs := &ClientConfig{
721-
Endpoint: prefix + ln.Addr().String(),
722-
TLS: *tt.tlsClientCreds,
721+
Endpoint: prefix + ln.Addr().String(),
722+
TLS: *tt.tlsClientCreds,
723+
ForceAttemptHTTP2: true,
723724
}
724725

725726
client, errClient := hcs.ToClient(context.Background(), componenttest.NewNopHost(), nilProvidersSettings)

0 commit comments

Comments
 (0)