From b7269073b24f46c882878197727ae2dd19717a8b Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Mon, 12 Jan 2026 15:30:07 +0300 Subject: [PATCH] lint fix --- pkg/tests/apis/datasource/testdata_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/tests/apis/datasource/testdata_test.go b/pkg/tests/apis/datasource/testdata_test.go index 01ad8593643..857b12f7d9d 100644 --- a/pkg/tests/apis/datasource/testdata_test.go +++ b/pkg/tests/apis/datasource/testdata_test.go @@ -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) { }) }) } - }