diff --git a/server/service/service_osquery_test.go b/server/service/service_osquery_test.go index 33143b9a84..f33dcfd758 100644 --- a/server/service/service_osquery_test.go +++ b/server/service/service_osquery_test.go @@ -897,7 +897,7 @@ func TestUpdateHostIntervals(t *testing.T) { }, } - for _, tt := range testCases[4:] { + for _, tt := range testCases { t.Run("", func(t *testing.T) { ctx := hostctx.NewContext(context.Background(), tt.initHost)