fix test TestRuleGroupSequence to work in Enterprise environment (#51284)

This commit is contained in:
Yuriy Tseretyan 2022-06-22 15:54:58 -04:00 committed by GitHub
parent a0949314ef
commit ba00d12c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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())