remote-write: change test default expected to http2 disabled

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
pull/15219/head
Jan Fajerski 1 month ago
parent 20fdc8f541
commit 7939eab77a

@ -142,7 +142,7 @@ var expectedConf = &Config{
}, },
}, },
FollowRedirects: true, FollowRedirects: true,
EnableHTTP2: true, EnableHTTP2: false,
}, },
}, },
{ {
@ -158,7 +158,7 @@ var expectedConf = &Config{
KeyFile: filepath.FromSlash("testdata/valid_key_file"), KeyFile: filepath.FromSlash("testdata/valid_key_file"),
}, },
FollowRedirects: true, FollowRedirects: true,
EnableHTTP2: true, EnableHTTP2: false,
}, },
Headers: map[string]string{"name": "value"}, Headers: map[string]string{"name": "value"},
}, },

Loading…
Cancel
Save