From 7d2f2119d0941507481144c1a958d3c9a7affa2e Mon Sep 17 00:00:00 2001 From: Maja Komel Date: Mon, 27 Feb 2023 11:20:09 +0100 Subject: [PATCH] Correctly map test ids --- components/test-info.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/test-info.js b/components/test-info.js index 1f86b64ef..46c88bc00 100644 --- a/components/test-info.js +++ b/components/test-info.js @@ -152,12 +152,13 @@ export const testNames = { 'torsf': { group: 'circumvention', name: , - id: 'Tests.Tor.Name', + id: 'Tests.TorSnowflake.Name', info: 'https://ooni.org/nettest/torsf/' }, 'riseupvpn': { group: 'circumvention', name: , + id: 'Tests.RiseupVPN.Name', info: 'https://ooni.org/nettest/' }, @@ -192,7 +193,7 @@ export const testNames = { 'dnscheck': { group: 'experimental', name: , - id: 'Tests.HTTPRequests.Name', + id: 'Tests.DNSCheck.Name', info: 'https://ooni.org/nettest/http-requests/' }, 'stunreachability': {