From d0f680ad5b913987326256daa07926b294a6527a Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 28 Jun 2024 10:04:35 +0400 Subject: [PATCH] x --- pkg/oonimkall/taskrunner_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/oonimkall/taskrunner_test.go b/pkg/oonimkall/taskrunner_test.go index fd0e6d6e0..1e63c9f45 100644 --- a/pkg/oonimkall/taskrunner_test.go +++ b/pkg/oonimkall/taskrunner_test.go @@ -280,6 +280,7 @@ func TestTaskRunnerRun(t *testing.T) { Loader: &mocks.ExperimentTargetLoader{ MockLoad: func(ctx context.Context) ([]model.ExperimentTarget, error) { + // This returns a single entry, which is what dash, ndt, telegram, etc need targets := []model.ExperimentTarget{ model.NewOOAPIURLInfoWithDefaultCategoryAndCountry(""), }