mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-21 22:52:19 +03:00
fix(test): bump EXPECTED_FEATURE_FLAG_COUNT to 52 for #10889 own growth (missed at merge)
This commit is contained in:
1
changelog.d/maintenance/10889-feature-flag-count-fix.md
Normal file
1
changelog.d/maintenance/10889-feature-flag-count-fix.md
Normal file
@@ -0,0 +1 @@
|
||||
- fix(quality): bump EXPECTED_FEATURE_FLAG_COUNT to 52 for #10889's own new flag (missed at merge time)
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user