Skip to content

Commit 2259aaf

Browse files
authored
Update lambdas/functions/webhook/src/ConfigLoader.test.ts
trigger ci with a minor change
1 parent 06c1dcc commit 2259aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/webhook/src/ConfigLoader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ describe('ConfigLoader Tests', () => {
277277
expect(config.matcherConfig).toEqual(matcherConfig);
278278
});
279279

280-
it('should load config successfully from multiple paths', async () => {
280+
it('should load config successfully from multiple paths with repo allow list', async () => {
281281
process.env.REPOSITORY_ALLOW_LIST = '["repo1", "repo2"]';
282282
process.env.PARAMETER_RUNNER_MATCHER_CONFIG_PATH = '/path/to/matcher/config-1:/path/to/matcher/config-2';
283283

0 commit comments

Comments
 (0)