chore: rename stun_reachability => stunreachability (#254)
See https://github.com/ooni/probe/issues/1394 Ok @hellais @FedericoCeratto
This commit is contained in:
parent
78b5bf0caa
commit
a02052fb0c
4 changed files with 6 additions and 6 deletions
|
|
@ -241,7 +241,7 @@ var experimentsByName = map[string]func(*Session) *ExperimentBuilder{
|
|||
}
|
||||
},
|
||||
|
||||
"stun_reachability": func(session *Session) *ExperimentBuilder {
|
||||
"stunreachability": func(session *Session) *ExperimentBuilder {
|
||||
return &ExperimentBuilder{
|
||||
build: func(config interface{}) *Experiment {
|
||||
return NewExperiment(session, stunreachability.NewExperimentMeasurer(
|
||||
|
|
|
|||
Loading…
Reference in a new issue