Fix the signal root CA (#978)
See https://github.com/ooni/probe/issues/2344
This commit is contained in:
parent
fa281f259a
commit
606bc93ad2
2 changed files with 36 additions and 28 deletions
|
|
@ -17,7 +17,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
|
|||
if measurer.ExperimentName() != "signal" {
|
||||
t.Fatal("unexpected name")
|
||||
}
|
||||
if measurer.ExperimentVersion() != "0.2.1" {
|
||||
if measurer.ExperimentVersion() != "0.2.2" {
|
||||
t.Fatal("unexpected version")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue