This commit is contained in:
Ryan McKinley
2026-01-12 15:30:07 +03:00
parent 29dfdafad5
commit b7269073b2
+1 -2
View File
@@ -37,7 +37,7 @@ func TestIntegrationTestDatasource(t *testing.T) {
grafanarest.Mode0, // Legacy only
// grafanarest.Mode2, // write both, read legacy
// grafanarest.Mode3, // write both, read unified
grafanarest.Mode5, // Unified only
// grafanarest.Mode5, // Unified only
} {
t.Run(fmt.Sprintf("testdata (mode:%d)", mode), func(t *testing.T) {
ctx := context.Background()
@@ -207,5 +207,4 @@ func TestIntegrationTestDatasource(t *testing.T) {
})
})
}
}