This commit is contained in:
xiaojunnuo
2026-05-21 22:52:19 +08:00
parent 5ba33be30f
commit 3bb68e3111
@@ -43,7 +43,7 @@ describe("AutoFix", () => {
await autoFix.init();
assert.deepEqual(calls, ["google", "cert", "suite"]);
assert.deepEqual(calls, ["google", "cert", "suite", "oauth"]);
assert.equal(savedSetting.fixed["google-common-eab-account-key"], true);
assert.equal(savedSetting.fixed["oauth-subtype-bound-type"], true);
assert.equal(savedSetting.fixed["cert-info-wildcard-domain-count"], true);