Skip to content

Commit

Permalink
tests: fix default values in config
Browse files Browse the repository at this point in the history
  • Loading branch information
msaf1980 committed Feb 21, 2024
1 parent 623160b commit b8ee3e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ sample-thereafter = 12
DefaultTimeoutSec: 0,
ShortTimeoutSec: 0,
},
DegragedMultiply: 4.0,
DegragedLoad: 1.0,
}
expected.Metrics = metrics.Config{}

Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b8ee3e5

Please sign in to comment.