Fix the signal root CA (#978)

See https://github.com/ooni/probe/issues/2344
This commit is contained in:
Arturo Filastò 2022-10-31 17:30:12 +01:00 committed by GitHub
commit 606bc93ad2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 28 deletions

View file

@ -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")
}
}