mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 01:52:53 +08:00
Chore: Disable scopelint for tests (#25923)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -71,7 +71,6 @@ func TestSqlConnectionString(t *testing.T) {
|
||||
t.Helper()
|
||||
|
||||
for _, testCase := range sqlStoreTestCases {
|
||||
testCase := testCase
|
||||
Convey(testCase.name, func() {
|
||||
sqlstore := &SqlStore{}
|
||||
sqlstore.Cfg = makeSqlStoreTestConfig(testCase.dbType, testCase.dbHost)
|
||||
|
Reference in New Issue
Block a user