mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix test TestRuleGroupSequence to work in Enterprise environment (#51284)
This commit is contained in:
parent
a0949314ef
commit
ba00d12c0f
@ -742,6 +742,8 @@ func TestRuleGroupSequence(t *testing.T) {
|
||||
folder1Title := "folder1"
|
||||
client.CreateFolder(t, util.GenerateShortUID(), folder1Title)
|
||||
|
||||
reloadCachedPermissions(t, grafanaListedAddr, "grafana", "password")
|
||||
|
||||
group1 := generateAlertRuleGroup(5, alertRuleGen())
|
||||
group2 := generateAlertRuleGroup(5, alertRuleGen())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user