fix(webconnectivity@v0.5): status code always match with equal codes (#951)

See https://github.com/ooni/probe/issues/2287
This commit is contained in:
Simone Basso 2022-09-11 22:48:28 +02:00 committed by GitHub
commit 2dd4e75945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 4 deletions

View file

@ -36,7 +36,7 @@ func (m *Measurer) ExperimentName() string {
// ExperimentVersion implements model.ExperimentMeasurer.
func (m *Measurer) ExperimentVersion() string {
return "0.5.8"
return "0.5.9"
}
// Run implements model.ExperimentMeasurer.