Skip to content

Commit

Permalink
Correctly map test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Feb 27, 2023
1 parent 329cc9a commit 7d2f211
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/test-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,13 @@ export const testNames = {
'torsf': {
group: 'circumvention',
name: <FormattedMessage id='Tests.TorSnowflake.Name' />,
id: 'Tests.Tor.Name',
id: 'Tests.TorSnowflake.Name',
info: 'https://ooni.org/nettest/torsf/'
},
'riseupvpn': {
group: 'circumvention',
name: <FormattedMessage id='Tests.RiseupVPN.Name' />,
id: 'Tests.RiseupVPN.Name',
info: 'https://ooni.org/nettest/'
},

Expand Down Expand Up @@ -192,7 +193,7 @@ export const testNames = {
'dnscheck': {
group: 'experimental',
name: <FormattedMessage id='Tests.DNSCheck.Name' />,
id: 'Tests.HTTPRequests.Name',
id: 'Tests.DNSCheck.Name',
info: 'https://ooni.org/nettest/http-requests/'
},
'stunreachability': {
Expand Down

1 comment on commit 7d2f211

@vercel
Copy link

@vercel vercel bot commented on 7d2f211 Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

explorer – ./

explorer-one.vercel.app
explorer-ooni1.vercel.app
explorer-git-master-ooni1.vercel.app

Please sign in to comment.