Skip to content

Commit

Permalink
reference open issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 28, 2024
1 parent f736751 commit 536f423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/oonimkall/taskmodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ type settingsOptions struct {
// present, then the library startup will fail.
SoftwareVersion string `json:"software_version,omitempty"`

// TODO(bassosimone,DecFox): to support OONI Run v2 descriptors with
// TODO(https://github.com/ooni/probe/issues/2767): to support OONI Run v2 descriptors with
// richer input from mobile, here we also need a string-serialization
// of the descriptor options to load.
}
2 changes: 1 addition & 1 deletion pkg/oonimkall/taskrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (r *runnerForTask) Run(rootCtx context.Context) {
// load targets using the experiment-specific loader
loader := builder.NewTargetLoader(&model.ExperimentTargetLoaderConfig{
CheckInConfig: &model.OOAPICheckInConfig{
// TODO(bassosimone,DecFox): to correctly load Web Connectivity targets
// TODO(https://github.com/ooni/probe/issues/2766): to correctly load Web Connectivity targets
// here we need to honour the relevant check-in settings.
},
Session: sess,
Expand Down

0 comments on commit 536f423

Please sign in to comment.