fix(test): bump EXPECTED_FEATURE_FLAG_COUNT to 52 for #10889 own growth (missed at merge)

This commit is contained in:
Markus Hartung
2026-08-21 04:21:38 -03:00
parent e4a24173af
commit 31193afc02
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
- fix(quality): bump EXPECTED_FEATURE_FLAG_COUNT to 52 for #10889's own new flag (missed at merge time)

View File

@@ -31,7 +31,8 @@ const {
areContextWindowChecksDisabled,
} = await import("../../src/shared/utils/featureFlags.ts");
const EXPECTED_FEATURE_FLAG_COUNT = 51;
// #10889 added OMNIROUTE_OIDC_DISABLE_PASSWORD_LOGIN, bumping the count from 51 to 52.
const EXPECTED_FEATURE_FLAG_COUNT = 52;
// ──────────────────────────────────────────────────────
// Test group 1 — Flag definitions registry