Chore: Disable scopelint for tests (#25923)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-06-30 11:05:47 +02:00
committed by GitHub
parent 02cd1a441f
commit 3651a8e976
26 changed files with 10 additions and 41 deletions
@@ -16,7 +16,6 @@ func TestMigrations(t *testing.T) {
}
for _, testDB := range testDBs {
testDB := testDB
sql := `select count(*) as count from migration_log`
r := struct {
Count int64
-1
View File
@@ -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)