Browse Source

remote-write: change test default expected to http2 disabled

Signed-off-by: Jan Fajerski <jfajersk@redhat.com>
pull/15219/head
Jan Fajerski 4 weeks ago
parent
commit
7939eab77a
  1. 4
      config/config_test.go

4
config/config_test.go

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

Loading…
Cancel
Save