DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235)
* Use ReplDB in dashboard store and update all fixtures - no other changes * just moving dashboard counts for now * find the missing test fixture
This commit is contained in:
@@ -27,7 +27,7 @@ func TestIntegrationAuthorize(t *testing.T) {
|
||||
t.Skip("skipping integration test")
|
||||
}
|
||||
|
||||
sql, cfg := db.InitTestDBWithCfg(t)
|
||||
sql, cfg := db.InitTestReplDBWithCfg(t)
|
||||
|
||||
dash1 := testutil.CreateDashboard(t, sql, cfg, featuremgmt.WithFeatures(), dashboards.SaveDashboardCommand{
|
||||
UserID: 1,
|
||||
|
||||
Reference in New Issue
Block a user