summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/security/browser_setIgnoreCertificateErrors.js
diff options
context:
space:
mode:
Diffstat (limited to 'remote/cdp/test/browser/security/browser_setIgnoreCertificateErrors.js')
-rw-r--r--remote/cdp/test/browser/security/browser_setIgnoreCertificateErrors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/cdp/test/browser/security/browser_setIgnoreCertificateErrors.js b/remote/cdp/test/browser/security/browser_setIgnoreCertificateErrors.js
index d21e737ebe..969541f842 100644
--- a/remote/cdp/test/browser/security/browser_setIgnoreCertificateErrors.js
+++ b/remote/cdp/test/browser/security/browser_setIgnoreCertificateErrors.js
@@ -68,7 +68,7 @@ function isSecurityState(browser, expectedState) {
);
}
-add_task(async function testDefault({ Security }) {
+add_task(async function testDefault() {
for (const url of BAD_CERTS) {
info(`Navigating to ${url}`);
const loaded = BrowserTestUtils.waitForErrorPage(gBrowser.selectedBrowser);