mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
Alerting: conversion API structure (#100258)
This commit is contained in:

committed by
GitHub

parent
9b37e9249a
commit
9593e51da7
@ -41,7 +41,7 @@ func TestAuthorize(t *testing.T) {
|
||||
}
|
||||
paths[p] = methods
|
||||
}
|
||||
require.Len(t, paths, 60)
|
||||
require.Len(t, paths, 63)
|
||||
|
||||
ac := acmock.New()
|
||||
api := &API{AccessControl: ac, FeatureManager: featuremgmt.WithFeatures()}
|
||||
|
Reference in New Issue
Block a user