Merge pull request #34105 from awanlin/topic/non-breaking-typos

Fixes for non-breaking typos and typos configuration
This commit is contained in:
Andre Wanlin
2026-05-06 13:44:11 -05:00
committed by GitHub
38 changed files with 116 additions and 48 deletions
@@ -33,7 +33,7 @@ describe('Auth origin filtering', () => {
});
it('Will explode, invalid origin domain', () => {
const origin = 'https://test-1234.examplee.net';
const origin = 'https://test-1234.wrong-example.net';
expect(createOriginFilter(config)(origin)).toBeFalsy();
});