Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 28, 2024
1 parent 5d34280 commit d0f680a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/oonimkall/taskrunner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(""),
}
Expand Down

0 comments on commit d0f680a

Please sign in to comment.