Skip to content

Commit 347ba9a

Browse files
committed
missed addition in rebase
Signed-off-by: Abdurrahman J. Allawala <aallawala1@gmail.com>
1 parent 9cdcd16 commit 347ba9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ruler/ruler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ func TestRecoverAlertsPostOutage(t *testing.T) {
12761276
}
12771277

12781278
// create a ruler but don't start it. instead, we'll evaluate the rule groups manually.
1279-
r, rcleanup := buildRuler(t, rulerCfg, &querier.TestConfig{Cfg: querierConfig, Distributor: d}, nil)
1279+
r, rcleanup := buildRuler(t, rulerCfg, &querier.TestConfig{Cfg: querierConfig, Distributor: d, Stores: queryables}, nil)
12801280
r.syncRules(context.Background(), rulerSyncReasonInitial)
12811281
defer rcleanup()
12821282

0 commit comments

Comments
 (0)