Update config test to match new prometheus common.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2022-07-25 20:49:29 +02:00
parent d990526f4a
commit 7b8a5145cd
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
1 changed files with 1 additions and 0 deletions

View File

@ -855,6 +855,7 @@ func TestEmptyFieldsAndRegex(t *testing.T) {
Global: &GlobalConfig{
HTTPConfig: &commoncfg.HTTPClientConfig{
FollowRedirects: true,
EnableHTTP2: true,
},
ResolveTimeout: model.Duration(5 * time.Minute),
SMTPSmarthost: HostPort{Host: "localhost", Port: "25"},