refactor(engine): allow scripts to register experiments (#860)
See https://github.com/ooni/probe/issues/2216
This commit is contained in:
parent
69602abe8a
commit
6a0ae5c70b
53 changed files with 1438 additions and 1200 deletions
|
|
@ -30,7 +30,7 @@ func TestInputLoaderInputOrQueryBackendWithNoInput(t *testing.T) {
|
|||
}
|
||||
defer sess.Close()
|
||||
il := &engine.InputLoader{
|
||||
InputPolicy: engine.InputOrQueryBackend,
|
||||
InputPolicy: model.InputOrQueryBackend,
|
||||
Session: sess,
|
||||
}
|
||||
ctx := context.Background()
|
||||
|
|
|
|||
Loading…
Reference in a new issue