mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-06 07:02:13 -04:00
Fixed tests
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
51e4e2a526
commit
7b18018012
1 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ func (m rulesRetrieverMock) AlertingRules() []*rules.AlertingRule {
|
|||
labels.Labels{},
|
||||
labels.Labels{},
|
||||
labels.Labels{},
|
||||
"",
|
||||
true,
|
||||
log.NewNopLogger(),
|
||||
)
|
||||
|
|
@ -221,6 +222,7 @@ func (m rulesRetrieverMock) AlertingRules() []*rules.AlertingRule {
|
|||
labels.Labels{},
|
||||
labels.Labels{},
|
||||
labels.Labels{},
|
||||
"",
|
||||
true,
|
||||
log.NewNopLogger(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue