Skip to content

Commit

Permalink
Update config test to match new prometheus common.
Browse files Browse the repository at this point in the history
Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Jul 25, 2022
1 parent d990526 commit 7b8a514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config_test.go
Expand Up @@ -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"},
Expand Down

0 comments on commit 7b8a514

Please sign in to comment.