From b8ee3e539916201a46f1937916f76fd0ce222487 Mon Sep 17 00:00:00 2001 From: Michail Safronov Date: Wed, 21 Feb 2024 12:08:01 +0500 Subject: [PATCH] tests: fix default values in config --- config/config_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config_test.go b/config/config_test.go index 7e5724586..b77688c7d 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -339,6 +339,8 @@ sample-thereafter = 12 DefaultTimeoutSec: 0, ShortTimeoutSec: 0, }, + DegragedMultiply: 4.0, + DegragedLoad: 1.0, } expected.Metrics = metrics.Config{} @@ -575,6 +577,8 @@ sample-thereafter = 12 DefaultTimeoutSec: 0, ShortTimeoutSec: 0, }, + DegragedMultiply: 4.0, + DegragedLoad: 1.0, } expected.Metrics = metrics.Config{ MetricEndpoint: "127.0.0.1:2003", @@ -889,6 +893,8 @@ sample-thereafter = 12 DefaultTimeoutSec: 0, ShortTimeoutSec: 0, }, + DegragedMultiply: 4.0, + DegragedLoad: 1.0, } expected.Metrics = metrics.Config{ MetricEndpoint: "127.0.0.1:2003",