Fixed broken tests because of missing groupPatterns

Signed-off-by: Alexandre Fournier <vaceal@gmail.com>
This commit is contained in:
Alexandre Fournier
2025-03-26 20:53:15 -04:00
parent 1d0c9ba472
commit 82a3210d6f
@@ -385,6 +385,7 @@ describe('config', () => {
catalogFile: 'custom-file.yaml',
projectPattern: /[\s\S]*/,
groupPattern: /[\s\S]*/,
groupPatterns: [],
userPattern: /[\s\S]*/,
orgEnabled: false,
allowInherited: false,
@@ -431,6 +432,7 @@ describe('config', () => {
catalogFile: 'custom-file.yaml',
projectPattern: /[\s\S]*/,
groupPattern: /[\s\S]*/,
groupPatterns: [],
userPattern: /[\s\S]*/,
orgEnabled: false,
allowInherited: false,
@@ -477,6 +479,7 @@ describe('config', () => {
catalogFile: 'custom-file.yaml',
projectPattern: /[\s\S]*/,
groupPattern: /[\s\S]*/,
groupPatterns: [],
userPattern: /[\s\S]*/,
orgEnabled: false,
allowInherited: false,
@@ -523,6 +526,7 @@ describe('config', () => {
catalogFile: 'custom-file.yaml',
projectPattern: /[\s\S]*/,
groupPattern: /[\s\S]*/,
groupPatterns: [],
userPattern: /[\s\S]*/,
orgEnabled: false,
allowInherited: false,