mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:12:54 +08:00
K8s: Dashboards: Add search to dashboard service (#98395)
This commit is contained in:

committed by
GitHub

parent
81ca734680
commit
03f7a7d89d
@ -838,14 +838,14 @@ func getDashboardShouldReturn200WithConfig(t *testing.T, sc *scenarioContext, pr
|
||||
if dashboardService == nil {
|
||||
dashboardService, err = service.ProvideDashboardServiceImpl(
|
||||
cfg, dashboardStore, folderStore, features, folderPermissions, dashboardPermissions,
|
||||
ac, folderSvc, fStore, nil, zanzana.NewNoopClient(), nil, nil,
|
||||
ac, folderSvc, fStore, nil, zanzana.NewNoopClient(), nil, nil, nil,
|
||||
)
|
||||
require.NoError(t, err)
|
||||
}
|
||||
|
||||
dashboardProvisioningService, err := service.ProvideDashboardServiceImpl(
|
||||
cfg, dashboardStore, folderStore, features, folderPermissions, dashboardPermissions,
|
||||
ac, folderSvc, fStore, nil, zanzana.NewNoopClient(), nil, nil,
|
||||
ac, folderSvc, fStore, nil, zanzana.NewNoopClient(), nil, nil, nil,
|
||||
)
|
||||
require.NoError(t, err)
|
||||
|
||||
|
Reference in New Issue
Block a user