mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Disable scopelint for tests (#25923)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -26,7 +26,6 @@ func TestParseInterval(t *testing.T) {
|
||||
}
|
||||
|
||||
for i, tc := range tcs {
|
||||
tc := tc
|
||||
t.Run(fmt.Sprintf("testcase %d", i), func(t *testing.T) {
|
||||
res, err := ParseInterval(tc.interval)
|
||||
if tc.err == "" {
|
||||
|
||||
Reference in New Issue
Block a user