Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grobinson-grafana committed Aug 22, 2024
1 parent 3335289 commit 52d4185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/alertmanager/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ alertmanager_config: |

limits := &mockAlertManagerLimits{}
am := &MultitenantAlertmanager{
cfg: &MultitenantAlertmanagerConfig{},
store: prepareInMemoryAlertStore(),
logger: test.NewTestingLogger(t),
limits: limits,
Expand Down

0 comments on commit 52d4185

Please sign in to comment.