From ac87547571f7055446e94ebf8ed0377f0a78cf7f Mon Sep 17 00:00:00 2001 From: Lucas De Souza Date: Mon, 28 Nov 2022 12:06:10 -0600 Subject: [PATCH] update regex to pattern on test name Co-authored-by: Zeky Abubaker Signed-off-by: Lucas De Souza --- plugins/catalog-backend/src/ingestion/CatalogRules.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/ingestion/CatalogRules.test.ts b/plugins/catalog-backend/src/ingestion/CatalogRules.test.ts index 9432f1df1a..e87296e0a1 100644 --- a/plugins/catalog-backend/src/ingestion/CatalogRules.test.ts +++ b/plugins/catalog-backend/src/ingestion/CatalogRules.test.ts @@ -221,7 +221,7 @@ describe('DefaultCatalogRulesEnforcer', () => { expect(enforcer.isAllowed(entity.location, location.z)).toBe(false); }); - it('should only allow locations that match a given regex', () => { + it('should only allow locations that match a given pattern', () => { const enforcer = DefaultCatalogRulesEnforcer.fromConfig( new ConfigReader({ catalog: {