[tor-commits] [tor-browser] 292/311: Bug 1761227 - Replace remoteConfigs with nimbusRollouts in Troubleshoot Snapshot schema r=Gijs a=test-only

gitolite role git at cupani.torproject.org
Tue Apr 26 15:31:32 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.

commit eb2446c2703c32d84a18116d5b609e486d837c28
Author: Barret Rennie <barret at brennie.ca>
AuthorDate: Wed Mar 30 08:53:29 2022 +0000

    Bug 1761227 - Replace remoteConfigs with nimbusRollouts in Troubleshoot Snapshot schema r=Gijs a=test-only
    
    This patch also fixes the test manifest to re-enable the test where appropriate.
    
    Differential Revision: https://phabricator.services.mozilla.com/D142426
---
 toolkit/modules/tests/browser/browser.ini             | 2 +-
 toolkit/modules/tests/browser/browser_Troubleshoot.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolkit/modules/tests/browser/browser.ini b/toolkit/modules/tests/browser/browser.ini
index 3b8791bac702e..02417708f2cc3 100644
--- a/toolkit/modules/tests/browser/browser.ini
+++ b/toolkit/modules/tests/browser/browser.ini
@@ -27,7 +27,7 @@ skip-if = debug || os = "linux"
 [browser_Geometry.js]
 [browser_InlineSpellChecker.js]
 [browser_Troubleshoot.js]
-skip-if = os = "win" && os_version = "6.1" # bug 1715857
+skip-if = os == "win" && os_version == "6.1" # bug 1715857
 [browser_web_channel.js]
 https_first_disabled = true
 support-files =
diff --git a/toolkit/modules/tests/browser/browser_Troubleshoot.js b/toolkit/modules/tests/browser/browser_Troubleshoot.js
index 9fc35ef311620..2b060550afe94 100644
--- a/toolkit/modules/tests/browser/browser_Troubleshoot.js
+++ b/toolkit/modules/tests/browser/browser_Troubleshoot.js
@@ -1172,7 +1172,7 @@ const SNAPSHOT_SCHEMA = {
           },
           required: true,
         },
-        remoteConfigs: {
+        nimbusRollouts: {
           type: "array",
           items: {
             type: "object",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list