Folders: let unified storage handle authorization (#110825)

This commit is contained in:
Ryan McKinley
2025-09-24 16:26:47 +03:00
committed by GitHub
parent 305dab3a54
commit a4dabc31ed
21 changed files with 73 additions and 423 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func TestIntegrationFolderTree(t *testing.T) {
}
modes := []grafanarest.DualWriterMode{
// grafanarest.Mode1, (nothing new tested in mode 0 or 1)
grafanarest.Mode0, // legacy only
grafanarest.Mode2, // write both, read legacy
grafanarest.Mode3, // write both, read unified
grafanarest.Mode4,